dotnet-core/samples/nuget/nuget.config
Maira Wenzel 5209936fe6
Add clear statement (#6557)
* Add clear statement

* Remove additional package source
2021-08-10 12:38:18 -07:00

7 lines
202 B
Plaintext

<configuration>
<packageSources>
<clear/>
<add key="dotnet6" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet6/nuget/v3/index.json" />
</packageSources>
</configuration>