From 5a60a0aa95f5caa0abf8fe65557cfe403ab5687f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 08:35:09 +0000 Subject: [PATCH 1/2] chore(ci): bump dailydevops/pipelines from 0.12.13 to 0.12.16 Bumps [dailydevops/pipelines](https://github.com/dailydevops/pipelines) from 0.12.13 to 0.12.16. - [Release notes](https://github.com/dailydevops/pipelines/releases) - [Commits](https://github.com/dailydevops/pipelines/compare/0.12.13...0.12.16) --- updated-dependencies: - dependency-name: dailydevops/pipelines dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 8bfb51e..b3508fb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ on: jobs: all: name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.13 + uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.16 with: enableSonarQube: true dotnet-logging: ${{ inputs.dotnet-logging }} From a8ab5f0a54ce2bb9d4a0436d8fd308ec154948fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Wed, 11 Sep 2024 10:35:36 +0200 Subject: [PATCH 2/2] fix: Set `GitVersionTargetFramework` explicit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Stühmer --- Directory.Build.props | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 2958b68..b683a75 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,4 +9,9 @@ + + + net8.0 + +