From 30101da89c57b54c26cfa9327022bdd511ed6f96 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Tue, 3 Feb 2026 14:42:08 +0100 Subject: [PATCH] Fix .NET SDK version to 10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Project targets net10.0. 💘 Generated with Crush Assisted-by: Claude Opus 4.5 via Crush --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index a848234..e4d25a8 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: default steps: - name: Install dependencies - run: nix-env -iA nixpkgs.nodejs nixpkgs.dotnet-sdk_9 nixpkgs.openssh nixpkgs.git + run: nix-env -iA nixpkgs.nodejs nixpkgs.dotnet-sdk_10 nixpkgs.openssh nixpkgs.git - name: Checkout uses: actions/checkout@v4