Update to .NET 6

Closes #521
This commit is contained in:
Tyrrrz
2021-11-08 22:44:38 +02:00
parent 092f0cade9
commit f456297881
5 changed files with 8 additions and 19 deletions

View File

@@ -10,15 +10,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.3
- name: Install .NET (v3.1)
- name: Install .NET
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: 3.1.x
- name: Install .NET (v5.0)
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Build & test
# Tests need access to secrets, so we can't run them against PRs because of limited trust