Skip to content

Commit b8388c6

Browse files
authored
Add Package Source Mapping configuration (npgsql#5109)
1 parent f31a037 commit b8388c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NuGet.config

+6
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@
55
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
66
</packageSources>
77

8+
<packageSourceMapping>
9+
<packageSource key="nuget.org">
10+
<package pattern="*" />
11+
</packageSource>
12+
</packageSourceMapping>
13+
814
</configuration>

0 commit comments

Comments
 (0)