Skip to content

Commit

Permalink
Install .NET 8 in CI/CD build job
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmair authored and terrajobst committed Oct 2, 2024
1 parent 712f332 commit 03bbb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.*'
dotnet-version: '8.0.*'
- name: dotnet build
run: |
dotnet build ${env:SLN} -c Release --nologo -o ${env:BIN}
Expand Down

0 comments on commit 03bbb3d

Please sign in to comment.