Target .NET 8 in Github Actions, hopefully

This commit is contained in:
Tony Bark 2023-08-12 17:14:09 -04:00
parent a228081732
commit 5f6e6c1935
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,8 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
dotnet-version: "8.0.x"
dotnet-quality: 'preview'
- name: Install dependencies
run: dotnet restore
- name: Package