Update autobuild files.

This commit is contained in:
2025-10-18 14:00:19 +01:00
parent 9fbed5ddf2
commit 0b79c8b2be
6 changed files with 5 additions and 107 deletions

View File

@@ -24,7 +24,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
8.0.x
10.0.x
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2

View File

@@ -14,8 +14,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0
dotnet-version: 10.0
- name: Restore dependencies
run: dotnet restore Aaru.sln
run: dotnet restore Aaru.slnx
- name: Build
run: dotnet build --no-restore Aaru.sln
run: dotnet build --no-restore Aaru.slnx