Revert "Revert "Update Roslyn Version to support C# 7.1""

This reverts commit 48285f63c6.
This commit is contained in:
Ryan Nowak 2017-06-14 11:56:56 -07:00
parent 22d52f2a3c
commit 8599870648
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
<RoslynVersion>2.0.0</RoslynVersion>
<RoslynVersion>2.3.0-beta1</RoslynVersion>
<RoslynDevVersion>2.3.0-beta1-61624-03</RoslynDevVersion>
<StreamJsonRpcVersion>1.0.36</StreamJsonRpcVersion>
<TestSdkVersion>15.3.0-*</TestSdkVersion>

View File

@ -29,7 +29,7 @@
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.0.0-*" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="$(RoslynVersion)" />
<!-- We need this to compile but don't want it referenced by the project.
It is included dynamically in CodeGeneration tests. -->