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:
Pranav K 2017-06-12 07:34:24 -07:00
parent 6304699bf4
commit 1fb3c8c26f
1 changed files with 1 additions and 1 deletions

View File

@ -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>