Skip to content

Commit 11a030a

Browse files
Also reset package source mapping
1 parent 2ae1ec6 commit 11a030a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ILSpy.AddIn.VS2022/NuGet.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
<clear />
55
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
66
</packageSources>
7+
<packageSourceMapping>
8+
<packageSource key="nuget.org">
9+
<package pattern="*" />
10+
</packageSource>
11+
</packageSourceMapping>
712
</configuration>

ILSpy.AddIn/NuGet.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
<clear />
55
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
66
</packageSources>
7+
<packageSourceMapping>
8+
<packageSource key="nuget.org">
9+
<package pattern="*" />
10+
</packageSource>
11+
</packageSourceMapping>
712
</configuration>

0 commit comments

Comments
 (0)