Browse Source

Replace the aspnetcore-ci-dev feed by aspnetcore-dev

pull/427/head
Kévin Chalet 9 years ago
parent
commit
977366a3e5
  1. 2
      NuGet.config

2
NuGet.config

@ -2,7 +2,7 @@
<configuration>
<packageSources>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="aspnetcore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
<add key="aspnetcore" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
</packageSources>
</configuration>
Loading…
Cancel
Save