Skip to content

Commit 57ce45e

Browse files
[Repo Assist] Update test dependencies: NUnit3TestAdapter 3.9→4.6, BenchmarkDotNet 0.14→0.15.8 (#274)
* Update test dependencies: NUnit3TestAdapter 3.9→4.6, BenchmarkDotNet 0.14→0.15.8 - NUnit3TestAdapter: 3.9.0 → 4.6.0 (fully backward-compatible with NUnit 3.x; brings improved test discovery and .NET 8 support) - BenchmarkDotNet in benchmarks project: 0.14.0 → 0.15.8 (aligns with the version already used in the tests project) All 317 tests pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * ci: trigger checks --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9fd94c7 commit 57ce45e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/FSharp.Control.AsyncSeq.Benchmarks/FSharp.Control.AsyncSeq.Benchmarks.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Compile Include="AsyncSeqBenchmarks.fs" />
1111
</ItemGroup>
1212
<ItemGroup>
13-
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
13+
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
1414
<ProjectReference Include="..\..\src\FSharp.Control.AsyncSeq\FSharp.Control.AsyncSeq.fsproj" />
1515
</ItemGroup>
1616
</Project>

tests/FSharp.Control.AsyncSeq.Tests/FSharp.Control.AsyncSeq.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ProjectReference Include="..\..\src\FSharp.Control.AsyncSeq\FSharp.Control.AsyncSeq.fsproj" />
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1919
<PackageReference Include="NUnit" Version="3.9.0" />
20-
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
20+
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
2121
<PackageReference Include="System.Threading.Channels" Version="*" />
2222
</ItemGroup>
2323
</Project>

0 commit comments

Comments
 (0)