From 328c2665475357620d2ef7dcdafc0a68f9cf4f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:59:46 +0000 Subject: [PATCH] Bump microsoft/setup-msbuild from 1.0.1 to 2.0.0 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 6b8b30d..630bad0 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -36,7 +36,7 @@ jobs: dotnet-version: '8.0.x' - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.1 + uses: microsoft/setup-msbuild@v2.0.0 - name: Restore project run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c9072d1..4790c3a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: dotnet-version: '8.0.x' - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.1 + uses: microsoft/setup-msbuild@v2.0.0 - name: Restore Project run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier