Skip to content

Commit 4563734

Browse files
eng: update test package dependencies to current stable versions
- Microsoft.NET.Test.Sdk 17.10.0 → 18.3.0 - xunit 2.8.0 → 2.9.3 - xunit.runner.visualstudio 2.8.0 → 2.8.2 All 4530 tests pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5a03593 commit 4563734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
-->
8181
<PackageReference Update="FSharp.Core" Version="6.0.1" />
8282
<PackageReference Include="FsUnit.xUnit" Version="6.0.0" />
83-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
84-
<PackageReference Include="xunit" Version="2.8.0" />
85-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
83+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
84+
<PackageReference Include="xunit" Version="2.9.3" />
85+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
8686
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8787
<PrivateAssets>all</PrivateAssets>
8888
</PackageReference>

0 commit comments

Comments
 (0)