Browse Source

Clear the packageSourceMappings

net11
Christoph Wille 11 hours ago
parent
commit
23b94eb828
  1. 1
      ILSpy.AddIn.VS2022/NuGet.config
  2. 3
      ILSpy.AddIn/NuGet.config

1
ILSpy.AddIn.VS2022/NuGet.config

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<clear />
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>

3
ILSpy.AddIn/NuGet.config

@ -5,8 +5,9 @@ @@ -5,8 +5,9 @@
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<clear />
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</packageSourceMapping>
</configuration>

Loading…
Cancel
Save