Use .NET 8 in workflows

This commit is contained in:
Malte Rosenbjerg 2024-12-04 20:43:32 +02:00
parent b1d908971c
commit cf513aac0f
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ jobs:
- name: Prepare .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- name: Lint with dotnet
run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes

View file

@ -13,7 +13,7 @@ jobs:
- name: Prepare .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- name: Build solution
run: dotnet pack FFMpegCore.sln -c Release