From 252167a6c80bf15cab8db72553afba500c7f466c Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Tue, 1 Apr 2025 21:26:10 +0200 Subject: [PATCH] use dotnet 6.X --- .forgejo/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/actions.yml b/.forgejo/workflows/actions.yml index fb76385..f3a14fc 100644 --- a/.forgejo/workflows/actions.yml +++ b/.forgejo/workflows/actions.yml @@ -7,5 +7,5 @@ jobs: - name: Setup dotnet uses: https://github.com/actions/setup-dotnet@v4 with: - dotnet-version: '4.x' + dotnet-version: '6.x' - run: dotnet build