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 11a030a commit 23b94ebCopy full SHA for 23b94eb
2 files changed
ILSpy.AddIn.VS2022/NuGet.config
@@ -5,6 +5,7 @@
5
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6
</packageSources>
7
<packageSourceMapping>
8
+ <clear />
9
<packageSource key="nuget.org">
10
<package pattern="*" />
11
</packageSource>
ILSpy.AddIn/NuGet.config
@@ -5,8 +5,9 @@
- </packageSourceMapping>
12
+ </packageSourceMapping>
13
</configuration>
0 commit comments