Fix .NET SDK version to 10
Some checks failed
Build and Release / build (push) Failing after 11m31s

Project targets net10.0.

💘 Generated with Crush

Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
This commit is contained in:
Chris Kruining 2026-02-03 14:42:08 +01:00
parent 94ecaa7755
commit 30101da89c
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -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