Revert "Revert "Update Roslyn Version to support C# 7.1""
This reverts commit 48285f63c6.
This commit is contained in:
parent
22d52f2a3c
commit
8599870648
|
|
@ -10,7 +10,7 @@
|
||||||
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
|
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
|
||||||
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
|
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
|
||||||
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
|
<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>
|
<RoslynDevVersion>2.3.0-beta1-61624-03</RoslynDevVersion>
|
||||||
<StreamJsonRpcVersion>1.0.36</StreamJsonRpcVersion>
|
<StreamJsonRpcVersion>1.0.36</StreamJsonRpcVersion>
|
||||||
<TestSdkVersion>15.3.0-*</TestSdkVersion>
|
<TestSdkVersion>15.3.0-*</TestSdkVersion>
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
<PackageReference Include="xunit" Version="$(XunitVersion)" />
|
<PackageReference Include="xunit" Version="$(XunitVersion)" />
|
||||||
<PackageReference Include="xunit.runner.visualstudio" 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.
|
<!-- We need this to compile but don't want it referenced by the project.
|
||||||
It is included dynamically in CodeGeneration tests. -->
|
It is included dynamically in CodeGeneration tests. -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue