Update workflows to use .NET 8.0 also. (#1681)
This commit is contained in:
3
.github/workflows/test-dot-net.yaml
vendored
3
.github/workflows/test-dot-net.yaml
vendored
@@ -115,8 +115,7 @@ jobs:
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: |
|
||||
6.0.x
|
||||
dotnet-version: 8.0.x
|
||||
|
||||
- name: Check dotnet
|
||||
run: dotnet --info
|
||||
|
||||
Reference in New Issue
Block a user