Browse Source

Also reset package source mapping

net11
Christoph Wille 15 hours ago
parent
commit
11a030aa2c
  1. 5
      ILSpy.AddIn.VS2022/NuGet.config
  2. 5
      ILSpy.AddIn/NuGet.config

5
ILSpy.AddIn.VS2022/NuGet.config

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

5
ILSpy.AddIn/NuGet.config

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

Loading…
Cancel
Save