PowerShell/nuget.config

13 lines
454 B
Plaintext
Raw Normal View History

2015-11-13 05:42:35 +01:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
2015-12-04 20:33:31 +01:00
<add key="dotnetcore" value="https://www.myget.org/F/dotnet-core/" />
<add key="aspnetvnext" value="https://www.myget.org/F/aspnetvnext/" />
2015-11-16 18:27:03 +01:00
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
2015-11-13 05:42:35 +01:00
</packageSources>
2015-11-16 18:27:03 +01:00
<disabledPackageSources />
2015-11-13 05:42:35 +01:00
<activePackageSource>
2015-11-16 18:27:03 +01:00
<add key="All" value="(Aggregate source)" />
2015-11-13 05:42:35 +01:00
</activePackageSource>
</configuration>