PowerShell/nuget.config

12 lines
368 B
Plaintext
Raw Normal View History

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