dotnet 8
Some checks failed
First CI / test (push) Failing after 3s
First CI / build (push) Successful in 43s

This commit is contained in:
raver150 2024-11-22 11:10:57 +01:00
parent 652bcc88c6
commit 5667e65f3c

View File

@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
dotnet-version: "8.0.x"
- run: dotnet restore
- run: dotnet build
test: