Update workflows to use .NET 8.0 also. (#1681)
This commit is contained in:
4
.github/workflows/dot-net.yaml
vendored
4
.github/workflows/dot-net.yaml
vendored
@@ -125,9 +125,7 @@ jobs:
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: |
|
||||
6.0.x
|
||||
7.0.x
|
||||
dotnet-version: 8.0.x
|
||||
|
||||
- name: Install Python dependencies
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user