.NET 8
All checks were successful
test / unit-test (push) Successful in 41s

This commit is contained in:
femsci 2023-12-01 20:26:36 +01:00
parent 42d572d857
commit 49b7f80265
Signed by: femsci
GPG key ID: 08F7911F0E650C67

View file

@ -8,6 +8,6 @@ jobs:
- name: "Setup .NET"
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: 7.0.113
dotnet-version: 8.0.100
- name: "Unit test"
run: dotnet test