Remove aspnetrelease NuGet repo

No longer required with removal of Microsft.Extensions.Platform.Abstractions
This commit is contained in:
Andrew Schwartzmeyer 2015-12-08 14:34:24 -08:00
parent d923d2e0d0
commit 31962e214d

View file

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="aspnetrelease" value="https://www.myget.org/F/aspnetrelease/" />
<add key="dotnetcore" value="https://www.myget.org/F/dotnet-core/" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
</packageSources>