Skip to content

Commit 842dd3c

Browse files
github-actions[bot]Repo AssistCopilot
authored
[Repo Assist] Update test dependencies (BenchmarkDotNet, Microsoft.NET.Test.Sdk, coverlet.collector) (#247)
* Update test dependencies (BenchmarkDotNet, Microsoft.NET.Test.Sdk, coverlet.collector) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * ci: trigger CI checks --------- Co-authored-by: Repo Assist <repo-assist@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 73f51f2 commit 842dd3c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
<None Include="AsyncSeqPerf.fsx" />
1010
</ItemGroup>
1111
<ItemGroup>
12-
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
13-
<PackageReference Include="coverlet.collector" Version="6.0.0" />
12+
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
13+
<PackageReference Include="coverlet.collector" Version="6.0.4">
14+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
15+
<PrivateAssets>all</PrivateAssets>
16+
</PackageReference>
1417
<ProjectReference Include="..\..\src\FSharp.Control.AsyncSeq\FSharp.Control.AsyncSeq.fsproj" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1619
<PackageReference Include="NUnit" Version="3.9.0" />
1720
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
1821
<PackageReference Include="System.Threading.Channels" Version="*" />

0 commit comments

Comments
 (0)