File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 13
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" PrivateAssets =" all" />
14
14
<PackageReference Include =" Shouldly" Version =" 4.2.1" PrivateAssets =" all" />
15
15
<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" />
17
22
<PackageReference Include =" Xunit.SkippableFact" Version =" 1.5.23" PrivateAssets =" all" />
18
23
</ItemGroup >
19
24
You can’t perform that action at this time.
0 commit comments