We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb9128 commit f50e4cfCopy full SHA for f50e4cf
1 file changed
IdentityServer/v7/CIMD/NuGet.Config
@@ -0,0 +1,17 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
3
+ <packageSources>
4
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5
+ <add key="Blowdart" value="https://www.myget.org/F/blowdart/api/v3/index.json" />
6
+ </packageSources>
7
+
8
+ <packageSourceMapping>
9
+ <packageSource key="nuget.org">
10
+ <package pattern="*" />
11
+ </packageSource>
12
+ <packageSource key="Blowdart">
13
14
15
+ </packageSourceMapping>
16
17
+</configuration>
0 commit comments