Remove clear and package source mapping from nuget.config to allow user level config inheritance (#7646)

This commit is contained in:
westey
2026-08-13 16:09:41 +00:00
committed by GitHub
parent e926ad2859
commit 6d25fb1e9c
-6
View File
@@ -1,12 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>