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:
parent
65ccb3f49d
commit
9c0ee7072e
@ -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>
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user