Browse Source

Update NuGet.config to remove the aspnetcore-dev feed

pull/429/head
Kévin Chalet 9 years ago
parent
commit
e9d78fcc61
  1. 1
      NuGet.config

1
NuGet.config

@ -2,7 +2,6 @@
<configuration>
<packageSources>
<add key="NuGet" value="https://api.nuget.org/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