PowerShell/nuget.config

13 lines
369 B
Plaintext
Raw Normal View History

2015-11-13 05:42:35 +01:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="dotnet" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v2" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
2015-11-13 05:42:35 +01:00
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
2015-11-13 05:42:35 +01:00
</configuration>