Skip to content

Commit 52d5caf

Browse files
chore(ci): bump dailydevops/pipelines from 0.12.13 to 0.12.16 (#71)
* 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](dailydevops/pipelines@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] <support@github.com> * fix: Set `GitVersionTargetFramework´ explizit Signed-off-by: Martin Stühmer <me@samtrion.net> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Martin Stühmer <me@samtrion.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer <me@samtrion.net>
1 parent 3e4a55e commit 52d5caf

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
all:
2323
name: Build & Tests
24-
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.13
24+
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.16
2525
with:
2626
enableSonarQube: true
2727
dotnet-logging: ${{ inputs.dotnet-logging }}

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1515
</PropertyGroup>
1616

17+
<PropertyGroup>
18+
<!-- Workaround, until https://github.com/GitTools/GitVersion/pull/4206 is released -->
19+
<GitVersionTargetFramework>net8.0</GitVersionTargetFramework>
20+
</PropertyGroup>
21+
1722
<PropertyGroup Label="Package settings">
1823
<Title>$(MSBuildProjectName)</Title>
1924
<Description>.NET Hosting infrastructure for Windows Forms.</Description>

0 commit comments

Comments
 (0)