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 a5785e0 commit b78d3dfCopy full SHA for b78d3df
NuGet.Config
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
3
+ <packageSources>
4
+ <add key="Public Feed" value="https://nuget.org/api/v2/" />
5
+ <add key="CI Packages (xunit)" value="https://www.myget.org/F/xunit/" />
6
+ </packageSources>
7
+ <disabledPackageSources />
8
+ <activePackageSource>
9
+ <add key="All" value="(Aggregate source)" />
10
+ </activePackageSource>
11
+</configuration>
0 commit comments