Skip to content

Commit 6b2dd2e

Browse files
committed
revert xunit.runner.visualstudio back to 2.8.2 as short-term resolution of #136
1 parent 4056d1c commit 6b2dd2e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/Directory.Build.props

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" PrivateAssets="all" />
1414
<PackageReference Include="Shouldly" Version="4.2.1" PrivateAssets="all" />
1515
<PackageReference Include="xunit" Version="2.9.2" PrivateAssets="all" />
16-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
16+
<!--
17+
ISSUE #136:
18+
update to xunit.runner.visualstudio.3.0.0 breaks unit tests in Remote.Linq.Async.Queryable.Tests for net48
19+
make sure to resolve and test before updating xunit.runner.visualstudio
20+
-->
21+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
1722
<PackageReference Include="Xunit.SkippableFact" Version="1.5.23" PrivateAssets="all" />
1823
</ItemGroup>
1924

0 commit comments

Comments
 (0)