Update workflows to use .NET 8.0 also. (#1681)

This commit is contained in:
Michael Lamothe
2025-01-04 22:54:49 +11:00
committed by GitHub
parent 8a60985363
commit 1ef9e5ee3a
3 changed files with 4 additions and 7 deletions

View File

@@ -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

View File

@@ -75,10 +75,10 @@ jobs:
run: |
df -h
- name: Setup .NET 6.0
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Check dotnet
run: dotnet --info

View File

@@ -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