Use .NET 9

This commit is contained in:
Tyrrrz
2024-11-12 22:19:58 +02:00
parent 7b892c8e5b
commit 0fa5e93f0d
4 changed files with 9 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Verify formatting
run: >
@@ -56,7 +56,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Run tests
env:
@@ -113,7 +113,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Publish app
run: >