Update Actions to .NET 10

This commit is contained in:
Richard Torhan
2025-11-27 18:16:47 +01:00
committed by Bond_009
parent 50dcec1ff5
commit 89b5b99873
4 changed files with 6 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
with:
dotnet-version: '9.0.x'
dotnet-version: '10.0.x'
- name: Build
run: |
@@ -49,7 +49,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
with:
dotnet-version: '9.0.x'
dotnet-version: '10.0.x'
- name: Checkout common ancestor
env: