Updating nuget.master.config template to have aspnetmasterfeed
Fixes: https://github.com/aspnet/Universe/issues/177
This commit is contained in:
parent
397e2c9968
commit
763051e6b8
|
|
@ -2,5 +2,6 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<add key="NuGet" value="https://nuget.org/api/v2/" />
|
<add key="NuGet" value="https://nuget.org/api/v2/" />
|
||||||
|
<add key="AspNetMaster" value="https://www.myget.org/F/aspnetmaster/api/v2" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
Loading…
Reference in New Issue