Skip to content

Commit

Permalink
Add .NET 8 target to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miroiu authored Feb 29, 2024
1 parent 45955fc commit d48d4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
- name: Build
run: dotnet build --configuration Release

0 comments on commit d48d4b7

Please sign in to comment.