Update to .NET 10

This commit is contained in:
Tyrrrz
2025-11-11 19:46:22 +02:00
parent 607ec7442f
commit 380dd6d511
4 changed files with 10 additions and 10 deletions

View File

@@ -30,8 +30,6 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
with:
dotnet-version: 9.0.x
# Build the project separately to discern between build and format errors
- name: Build
@@ -68,8 +66,6 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
with:
dotnet-version: 9.0.x
- name: Run tests
env:
@@ -125,8 +121,6 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
with:
dotnet-version: 9.0.x
- name: Publish app
run: >
@@ -214,7 +208,7 @@ jobs:
if: ${{ !startsWith(matrix.rid, 'win-') }}
run: |
[ -f ${{ matrix.app }}/${{ matrix.asset }} ] && chmod +x ${{ matrix.app }}/${{ matrix.asset }} || true
# macOS bundle
[ -f ${{ matrix.app }}/${{ matrix.asset }}.app/Contents/MacOS/${{ matrix.asset }} ] && chmod +x ${{ matrix.app }}/${{ matrix.asset }}.app/Contents/MacOS/${{ matrix.asset }} || true