From 61b6856422dafd2041e51c0be0d26fee23c34c22 Mon Sep 17 00:00:00 2001 From: FrigaT Date: Tue, 25 Nov 2025 07:48:20 +0300 Subject: [PATCH] ci --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 06bc28b..81dd58f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 9.0.x + 8.0.x - name: Restore run: dotnet restore