Remove Roslyn from NuGet.config.
Update StreamRpcJson to 1.0.36. This package has an assembly version that matches the version shipped in VS 2017 RTM.
This commit is contained in:
parent
6304699bf4
commit
1fb3c8c26f
|
|
@ -12,7 +12,7 @@
|
|||
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
|
||||
<RoslynVersion>2.0.0</RoslynVersion>
|
||||
<RoslynDevVersion>2.3.0-beta1-61624-03</RoslynDevVersion>
|
||||
<StreamJsonRpcVersion>1.0.2-rc</StreamJsonRpcVersion>
|
||||
<StreamJsonRpcVersion>1.0.36</StreamJsonRpcVersion>
|
||||
<TestSdkVersion>15.3.0-*</TestSdkVersion>
|
||||
<VsShellVersion>15.0.26201</VsShellVersion>
|
||||
<XunitVersion>2.3.0-beta2-*</XunitVersion>
|
||||
|
|
|
|||
Loading…
Reference in New Issue