We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae1ec6 commit 11a030aCopy full SHA for 11a030a
ILSpy.AddIn.VS2022/NuGet.config
@@ -4,4 +4,9 @@
4
<clear />
5
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6
</packageSources>
7
+ <packageSourceMapping>
8
+ <packageSource key="nuget.org">
9
+ <package pattern="*" />
10
+ </packageSource>
11
+ </packageSourceMapping>
12
</configuration>
ILSpy.AddIn/NuGet.config
0 commit comments