use dotnet 6.X
Some checks failed
/ test (push) Failing after 20s

This commit is contained in:
Johan Lundberg 2025-04-01 21:26:10 +02:00
parent a89f11f4a5
commit 252167a6c8

View file

@ -7,5 +7,5 @@ jobs:
- name: Setup dotnet - name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v4 uses: https://github.com/actions/setup-dotnet@v4
with: with:
dotnet-version: '4.x' dotnet-version: '6.x'
- run: dotnet build - run: dotnet build