Skip to content

Commit

Permalink
Add .NET 8 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Nov 22, 2023
1 parent 8cfb6ab commit 26b3d0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
assemblyVersion: ${{ env.BuildVersion }}.${{ github.run_number }}
fileVersion: ${{ env.BuildVersion }}.${{ github.run_number }}

- name: Setup .NET 8.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Setup LTS .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 26b3d0d

Please sign in to comment.