Merge pull request #15475 from Bond-009/net10

Update to .NET 10.0
This commit is contained in:
Bond-009
2026-01-18 12:08:51 +01:00
committed by GitHub
60 changed files with 155 additions and 335 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
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@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
with:
dotnet-version: '9.0.x'
dotnet-version: '10.0.x'
- name: Checkout common ancestor
env: