From 8ca1b3b558ad34b95c5de788190bff8c5619dc08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:22:39 +0000 Subject: [PATCH 1/6] Bump actions/setup-dotnet from 5.2.0 to 5.3.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff06842..fa26f56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Select .NET Version - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: dotnet-version: '10.0.x' - name: Pack diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff9acdf..2cf69f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Select .NET Version - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: dotnet-version: | 8.0.x From 2215bfdb1a0c9f71e55bcba150fdc686f3ee9c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:23:56 +0000 Subject: [PATCH 2/6] Bump the mstest group with 2 updates Bumps MSTest.TestAdapter from 4.2.2 to 4.2.3 Bumps MSTest.TestFramework from 4.2.2 to 4.2.3 --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mstest - dependency-name: MSTest.TestFramework dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mstest ... Signed-off-by: dependabot[bot] --- TestAssetsMstest/TestAssetsMstest.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TestAssetsMstest/TestAssetsMstest.csproj b/TestAssetsMstest/TestAssetsMstest.csproj index 5de668a..c9c8cc1 100644 --- a/TestAssetsMstest/TestAssetsMstest.csproj +++ b/TestAssetsMstest/TestAssetsMstest.csproj @@ -9,9 +9,9 @@ - + - + all From 3f731018cc53a769913a377125941804667b126b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:24:22 +0000 Subject: [PATCH 3/6] Bump coverlet.collector from 10.0.0 to 10.0.1 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- TestAssetsMstest/TestAssetsMstest.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestAssetsMstest/TestAssetsMstest.csproj b/TestAssetsMstest/TestAssetsMstest.csproj index 5de668a..e72a7b4 100644 --- a/TestAssetsMstest/TestAssetsMstest.csproj +++ b/TestAssetsMstest/TestAssetsMstest.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 9377892dab426df56117eccb80d961de01c5ee4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:25:32 +0000 Subject: [PATCH 4/6] Bump Microsoft.NET.Test.Sdk from 18.5.1 to 18.6.0 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.6.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.6.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.6.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- TestAssetsMstest/TestAssetsMstest.csproj | 2 +- TestAssetsNunit/TestAssetsNunit.csproj | 2 +- TestAssetsXunit/TestAssetsXunit.csproj | 2 +- TestDotnetTestSplit/TestDotnetTestSplit.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TestAssetsMstest/TestAssetsMstest.csproj b/TestAssetsMstest/TestAssetsMstest.csproj index 5de668a..beb97b6 100644 --- a/TestAssetsMstest/TestAssetsMstest.csproj +++ b/TestAssetsMstest/TestAssetsMstest.csproj @@ -7,7 +7,7 @@ - + diff --git a/TestAssetsNunit/TestAssetsNunit.csproj b/TestAssetsNunit/TestAssetsNunit.csproj index acdc2f2..5baf32c 100644 --- a/TestAssetsNunit/TestAssetsNunit.csproj +++ b/TestAssetsNunit/TestAssetsNunit.csproj @@ -7,7 +7,7 @@ - + diff --git a/TestAssetsXunit/TestAssetsXunit.csproj b/TestAssetsXunit/TestAssetsXunit.csproj index 18907f5..3a62dc1 100644 --- a/TestAssetsXunit/TestAssetsXunit.csproj +++ b/TestAssetsXunit/TestAssetsXunit.csproj @@ -7,7 +7,7 @@ - + diff --git a/TestDotnetTestSplit/TestDotnetTestSplit.csproj b/TestDotnetTestSplit/TestDotnetTestSplit.csproj index 8659ccc..caf1df0 100644 --- a/TestDotnetTestSplit/TestDotnetTestSplit.csproj +++ b/TestDotnetTestSplit/TestDotnetTestSplit.csproj @@ -7,7 +7,7 @@ - + From 3d759c388d1ec0e692611378f11719712010632e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:25:53 +0000 Subject: [PATCH 5/6] Bump NUnit from 4.5.1 to 4.6.1 --- updated-dependencies: - dependency-name: NUnit dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- TestAssetsNunit/TestAssetsNunit.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestAssetsNunit/TestAssetsNunit.csproj b/TestAssetsNunit/TestAssetsNunit.csproj index acdc2f2..a7f70a8 100644 --- a/TestAssetsNunit/TestAssetsNunit.csproj +++ b/TestAssetsNunit/TestAssetsNunit.csproj @@ -9,7 +9,7 @@ - + From 801252ed0b01413a950f34b07980b2a5e1a3ff88 Mon Sep 17 00:00:00 2001 From: javiertuya <10879637+javiertuya@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:46:18 +0000 Subject: [PATCH 6/6] Combined dependency updates (2026-06-02)