Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit a61a09b

Browse files
chore(ci): Bump dailydevops/pipelines from 0.12.13 to 0.12.16 (#64)
* 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 a2a54e6 commit a61a09b

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
dotnet-logging: ${{ inputs.dotnet-logging }}
2727
dotnet-version: |

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@
2121
<CopyrightYearStart>2024</CopyrightYearStart>
2222
</PropertyGroup>
2323

24+
<PropertyGroup>
25+
<!-- Workaround, until https://github.com/GitTools/GitVersion/pull/4206 is released -->
26+
<GitVersionTargetFramework>net8.0</GitVersionTargetFramework>
27+
</PropertyGroup>
28+
2429
</Project>

0 commit comments

Comments
 (0)