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 8c4d7fc commit 5272a88Copy full SHA for 5272a88
NuGet.config
@@ -1,8 +1,12 @@
1
<configuration>
2
<packageSources>
3
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
4
<add key="foundatio-feedz" value="https://f.feedz.io/foundatio/foundatio/nuget" />
5
</packageSources>
6
<packageSourceMapping>
7
+ <packageSource key="nuget.org">
8
+ <package pattern="*" />
9
+ </packageSource>
10
<packageSource key="foundatio-feedz">
11
<package pattern="Foundatio.*" />
12
</packageSource>
0 commit comments