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 74b3a71 commit df766e0Copy full SHA for df766e0
nuget.config
@@ -2,7 +2,6 @@
2
<configuration>
3
<packageSources>
4
<clear />
5
- <add key="xUnit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
6
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
7
</packageSources>
8
</configuration>
tests/Directory.build.props
@@ -7,7 +7,7 @@
<DebugSymbols>true</DebugSymbols>
9
<DebugType>Full</DebugType>
10
- <xUnitVersion>2.3.0-beta5-build3769</xUnitVersion>
+ <xUnitVersion>2.3.1</xUnitVersion>
11
</PropertyGroup>
12
13
<ItemGroup>
0 commit comments