File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 21
21
jobs :
22
22
all :
23
23
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
25
25
with :
26
26
enableSonarQube : true
27
27
dotnet-logging : ${{ inputs.dotnet-logging }}
Original file line number Diff line number Diff line change 14
14
<EnableWindowsTargeting >true</EnableWindowsTargeting >
15
15
</PropertyGroup >
16
16
17
+ <PropertyGroup >
18
+ <!-- Workaround, until https://github.com/GitTools/GitVersion/pull/4206 is released -->
19
+ <GitVersionTargetFramework >net8.0</GitVersionTargetFramework >
20
+ </PropertyGroup >
21
+
17
22
<PropertyGroup Label =" Package settings" >
18
23
<Title >$(MSBuildProjectName)</Title >
19
24
<Description >.NET Hosting infrastructure for Windows Forms.</Description >
You can’t perform that action at this time.
0 commit comments