dotnet8 gh (#44)

* dotnet-version: 8
This commit is contained in:
STAM 2023-10-16 15:09:42 +03:00 committed by GitHub
parent 3b72547621
commit 859c7d3c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: 8
dotnet-quality: 'preview'
- name: Restore
env:

View File

@ -18,7 +18,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: 8
dotnet-quality: 'preview'
- name: Restore
env: