Removed the roslyn-master-nightly feed. Web hook is being set there. For now, pushed the dependencies by hand to cli-deps. Also updated to a new package from Roslyn with a fix to a NRE that was happening on windows.

This commit is contained in:
Livar Cunha 2016-09-22 20:49:58 -07:00
parent 9542d61224
commit 2ffe5233bd
8 changed files with 10 additions and 12 deletions

View file

@ -6,8 +6,6 @@
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
<add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
<!-- Temporary -->
<add key="roslyn-master-nightly" value="https://dotnet.myget.org/F/roslyn-master-nightly/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

View file

@ -3,7 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07"
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60922-08"
},
"frameworks": {
"net46": {}

View file

@ -4,7 +4,7 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07"
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60922-08"
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -4,7 +4,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07",
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60922-08",
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},

View file

@ -10,7 +10,7 @@
"Microsoft.DotNet.Compiler.Common": {
"target": "project"
},
"Microsoft.CodeAnalysis.CSharp.Workspaces": "2.0.0-beta6-60920-07",
"Microsoft.CodeAnalysis.CSharp.Workspaces": "2.0.0-beta6-60922-08",
"Microsoft.DotNet.PlatformAbstractions": "1.0.1-beta-000933"
},
"frameworks": {

View file

@ -25,7 +25,7 @@
"Microsoft.Build.Utilities.Core": "0.1.0-preview-00039-160922",
"Microsoft.Build.Targets": "0.1.0-preview-00039-160922",
"Microsoft.Build": "0.1.0-preview-00039-160922",
"Microsoft.CodeAnalysis.Build.Tasks": "2.0.0-beta6-60920-07",
"Microsoft.CodeAnalysis.Build.Tasks": "2.0.0-beta6-60922-08",
"System.Runtime.Serialization.Xml": "4.1.1",
"NuGet.Build.Tasks": "3.6.0-beta.1.msbuild.9",
"Microsoft.TestPlatform.CLI": "15.0.0-preview-20160915-01"

View file

@ -8,8 +8,8 @@
"type": "platform",
"version": "1.0.1"
},
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60920-07",
"Microsoft.Net.Compilers.netcore": "2.0.0-beta6-60920-07",
"Microsoft.CodeAnalysis.CSharp": "2.0.0-beta6-60922-08",
"Microsoft.Net.Compilers.netcore": "2.0.0-beta6-60922-08",
"Microsoft.DiaSymReader.Native": "1.4.0-rc2"
},
"frameworks": {

View file

@ -10,11 +10,11 @@
},
"MSBuild": "0.1.0-preview-00039-160922",
"Microsoft.Build.Targets": "0.1.0-preview-00039-160922",
"Microsoft.Net.Compilers.netcore": "2.0.0-beta6-60920-07",
"Microsoft.CodeAnalysis.Build.Tasks": "2.0.0-beta6-60920-07",
"Microsoft.Net.Compilers.netcore": "2.0.0-beta6-60922-08",
"Microsoft.CodeAnalysis.Build.Tasks": "2.0.0-beta6-60922-08",
"Microsoft.Cci": "4.0.0-rc3-24128-00",
"Microsoft.Composition": "1.0.30",
"Microsoft.NuGet.Build.Tasks": "1.0.0-alpha-000003"
"Microsoft.NuGet.Build.Tasks": "1.0.0-alpha-000004"
},
"frameworks": {
"netcoreapp1.0": {