Skip to content

Commit b78d3df

Browse files
committed
fixup! Upgrade to xUnit 2.0
1 parent a5785e0 commit b78d3df

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

NuGet.Config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)