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

This commit is contained in:
Johan Lundberg 2025-04-01 21:25:31 +02:00
parent ecdcbb15a8
commit a89f11f4a5

View file

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