Remove branch specific NuGet configs
This commit is contained in:
parent
be5ecb7082
commit
158b015051
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<packageSources>
|
|
||||||
<add key="NuGet" value="https://nuget.org/api/v2/" />
|
|
||||||
<add key="AspNetMaster" value="https://www.myget.org/F/aspnetmaster/api/v2" />
|
|
||||||
</packageSources>
|
|
||||||
</configuration>
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<packageSources>
|
|
||||||
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
|
|
||||||
<add key="NuGet" value="https://nuget.org/api/v2/" />
|
|
||||||
</packageSources>
|
|
||||||
</configuration>
|
|
||||||
Loading…
Reference in New Issue