From 52d5cafb78a12425f373c5410db491c3a1b15d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:31:20 +0200 Subject: [PATCH] chore(ci): bump dailydevops/pipelines from 0.12.13 to 0.12.16 (#71) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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] * fix: Set `GitVersionTargetFramework´ explizit Signed-off-by: Martin Stühmer --------- Signed-off-by: dependabot[bot] Signed-off-by: Martin Stühmer Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer --- .github/workflows/cicd.yml | 2 +- Directory.Build.props | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a8db635..0262dda 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 }} diff --git a/Directory.Build.props b/Directory.Build.props index 14adef0..bd06494 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,6 +14,11 @@ true + + + net8.0 + + $(MSBuildProjectName) .NET Hosting infrastructure for Windows Forms.