Switch to .NET 8

This commit is contained in:
Tyrrrz 2023-11-14 20:05:15 +02:00
parent 129df42de4
commit 5d7a74eece
5 changed files with 6 additions and 10 deletions

View file

@ -22,7 +22,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # 3.2.0
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Run tests
# Tests need access to secrets, so we can't run them against PRs because of limited trust
@ -62,7 +62,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # 3.2.0
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Publish app
run: >