Skip to content

Commit 5ce13e0

Browse files
authored
Combined dependency updates (2026-05-02)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.5.1](#188) - [Bump coverlet.collector from 8.0.1 to 10.0.0](#187) - [Bump the mstest group with 2 updates](#186)
1 parent 149e37e commit 5ce13e0

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

TestAssetsMstest/TestAssetsMstest.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
1111

12-
<PackageReference Include="MSTest.TestAdapter" Version="4.1.0" />
12+
<PackageReference Include="MSTest.TestAdapter" Version="4.2.2" />
1313

14-
<PackageReference Include="MSTest.TestFramework" Version="4.1.0" />
14+
<PackageReference Include="MSTest.TestFramework" Version="4.2.2" />
1515

16-
<PackageReference Include="coverlet.collector" Version="8.0.1">
16+
<PackageReference Include="coverlet.collector" Version="10.0.0">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>

TestAssetsNunit/TestAssetsNunit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
1111

1212
<PackageReference Include="NUnit" Version="4.5.1" />
1313

TestAssetsXunit/TestAssetsXunit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
1111

1212
<PackageReference Include="xunit" Version="2.9.3" />
1313

TestDotnetTestSplit/TestDotnetTestSplit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
1111

1212
<PackageReference Include="NUnit" Version="4.4.0" />
1313

0 commit comments

Comments
 (0)