Browse Source

Remove the aspnetcirelease feed from NuGet.config

pull/139/merge
Kévin Chalet 10 years ago
parent
commit
c9d8e0cf5a
  1. 1
      NuGet.config

1
NuGet.config

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetCiRelease" value="https://www.myget.org/F/aspnetcirelease/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
</packageSources>

Loading…
Cancel
Save