Skip to content

Commit 5272a88

Browse files
committed
Add nuget.org package source and mapping to NuGet.config
1 parent 8c4d7fc commit 5272a88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NuGet.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
<configuration>
22
<packageSources>
3+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
34
<add key="foundatio-feedz" value="https://f.feedz.io/foundatio/foundatio/nuget" />
45
</packageSources>
56
<packageSourceMapping>
7+
<packageSource key="nuget.org">
8+
<package pattern="*" />
9+
</packageSource>
610
<packageSource key="foundatio-feedz">
711
<package pattern="Foundatio.*" />
812
</packageSource>

0 commit comments

Comments
 (0)