We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30e290 commit e96ca0dCopy full SHA for e96ca0d
1 file changed
nuget.config
@@ -2,13 +2,13 @@
2
<configuration>
3
<packageSources>
4
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5
- <add key="particular myget.org" value="https://www.myget.org/F/particular/api/v3/index.json" />
+ <add key="particular packages" value="https://f.feedz.io/particular-software/packages/nuget/index.json" />
6
</packageSources>
7
<packageSourceMapping>
8
<packageSource key="nuget.org">
9
<package pattern="*" />
10
</packageSource>
11
- <packageSource key="particular myget.org">
+ <packageSource key="particular packages">
12
13
14
</packageSourceMapping>
0 commit comments