Skip to content

Commit 23b94eb

Browse files
Clear the packageSourceMappings
1 parent 11a030a commit 23b94eb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ILSpy.AddIn.VS2022/NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
66
</packageSources>
77
<packageSourceMapping>
8+
<clear />
89
<packageSource key="nuget.org">
910
<package pattern="*" />
1011
</packageSource>

ILSpy.AddIn/NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
66
</packageSources>
77
<packageSourceMapping>
8+
<clear />
89
<packageSource key="nuget.org">
910
<package pattern="*" />
1011
</packageSource>
11-
</packageSourceMapping>
12+
</packageSourceMapping>
1213
</configuration>

0 commit comments

Comments
 (0)