-
Notifications
You must be signed in to change notification settings - Fork 43
Roslyn 2.0 support #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the feedback. We will consider it in the future release. For now, please use Microsoft.Net.Compilers 2.0+ nupkg in your project and you should good to go. |
@Jinhuafei Thanks for the hint about using Microsoft.Net.Compilers 2.x. Worked like a charm. ✨ |
@atifaziz 1.0.4 version was released on Nuget. You can upgrade the package and you can use C# 7 in your project without any manual step. BTW, your project needs to be targeting to .net 4.6 and above, since Roslyn compiler 2.0 requires .net 4.6. |
@Jinhuafei That's great news & thanks! |
Unless it's already planned, it would be great to see support for Roslyn 2.0 added so one can use C# 7 with ASP.NET.
The text was updated successfully, but these errors were encountered: