Skip to content

Commit

Permalink
Use NuGet instead of aspnetvnext for CodeAnalysis
Browse files Browse the repository at this point in the history
The aspnetvnext MyGet feed was unreliable, and we should prefer NuGet
anyway. This should make automated builds fail less often.
  • Loading branch information
andyleejordan committed Feb 9, 2016
1 parent 65ccb3f commit 9c0ee70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion src/Microsoft.PowerShell.Commands.Utility/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 9c0ee70

Please sign in to comment.