Skip to content

Commit df766e0

Browse files
committed
Move xUnit to 2.3.1
1 parent 74b3a71 commit df766e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

nuget.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="xUnit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
65
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
76
</packageSources>
87
</configuration>

tests/Directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<DebugSymbols>true</DebugSymbols>
99
<DebugType>Full</DebugType>
10-
<xUnitVersion>2.3.0-beta5-build3769</xUnitVersion>
10+
<xUnitVersion>2.3.1</xUnitVersion>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)