Use NuGet instead of aspnetvnext for CodeAnalysis

The aspnetvnext MyGet feed was unreliable, and we should prefer NuGet
anyway. This should make automated builds fail less often.
This commit is contained in:
Andrew Schwartzmeyer 2016-02-09 12:50:24 -08:00
parent 65ccb3f49d
commit 9c0ee7072e
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@
<packageSources>
<clear />
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="aspnetvnext" value="https://www.myget.org/F/aspnetvnext/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

View file

@ -29,7 +29,7 @@
},
"imports": "portable-net45+win8",
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01"
"Microsoft.CodeAnalysis.CSharp": "1.1.1"
}
},
"dnx451": {