From eaa44473c959b764a8f09936611158ed4ffdf4ac Mon Sep 17 00:00:00 2001 From: Artur Stolear Date: Fri, 15 Nov 2024 18:10:12 +0100 Subject: [PATCH] (deps): Bump the microsoft group across 1 directory with 4 updates Bumps the microsoft group with 4 updates in the /src directory: [Microsoft.Build](https://github.com/dotnet/msbuild), [Microsoft.IO.Redist](https://github.com/dotnet/runtime), [System.Text.Json](https://github.com/dotnet/runtime) and [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild). Updates `Microsoft.Build` from 17.11.4 to 17.12.6 - [Release notes](https://github.com/dotnet/msbuild/releases) - [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md) - [Commits](https://github.com/dotnet/msbuild/compare/v17.11.4...v17.12.6) Updates `Microsoft.IO.Redist` from 6.1.0 to 6.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v6.0.1) Updates `System.Text.Json` from 9.0.0 to 8.0.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v8.0.5) Updates `Microsoft.Build.Utilities.Core` from 17.11.4 to 17.12.6 - [Release notes](https://github.com/dotnet/msbuild/releases) - [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md) - [Commits](https://github.com/dotnet/msbuild/compare/v17.11.4...v17.12.6) --- updated-dependencies: - dependency-name: Microsoft.Build dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.IO.Redist dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Build.Utilities.Core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft ... Signed-off-by: dependabot[bot] 1c3b09 --- .github/workflows/_unit_tests.yml | 2 +- src/Directory.Packages.props | 4 ++-- .../msbuild/tools/GitVersion.MsBuild.targets | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_unit_tests.yml b/.github/workflows/_unit_tests.yml index 594e2a55ae..f4925b5f59 100644 --- a/.github/workflows/_unit_tests.yml +++ b/.github/workflows/_unit_tests.yml @@ -37,6 +37,6 @@ jobs: - name: Test Summary uses: test-summary/action@v2.4 - if: matrix.dotnetVersion == '8.0' + if: matrix.dotnetVersion == '9.0' with: paths: artifacts/test-results/*.results.xml diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index e52b2266af..62986a291f 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -23,8 +23,8 @@ - - + + diff --git a/src/GitVersion.MsBuild/msbuild/tools/GitVersion.MsBuild.targets b/src/GitVersion.MsBuild/msbuild/tools/GitVersion.MsBuild.targets index 974a840d88..680bf52a1a 100644 --- a/src/GitVersion.MsBuild/msbuild/tools/GitVersion.MsBuild.targets +++ b/src/GitVersion.MsBuild/msbuild/tools/GitVersion.MsBuild.targets @@ -10,8 +10,8 @@ net8.0 - net6.0 - + net9.0 + net8.0 dotnet --roll-forward Major "$([MSBuild]::EnsureTrailingSlash($(MSBuildThisFileDirectory)$(GitVersionTargetFramework)))gitversion.dll" $([MSBuild]::EnsureTrailingSlash($(MSBuildThisFileDirectory)$(GitVersionTargetFramework)))GitVersion.MsBuild.dll