From 92413255062af8a3555ddf1cce3d566da089b1a4 Mon Sep 17 00:00:00 2001 From: EchoOfNothing <52498373+EchoOfNothing@users.noreply.github.com> Date: Wed, 24 Dec 2025 22:17:51 +0200 Subject: [PATCH] Update dotnet sdk from 9 to 10 for nix devl shell. (#42041) Update dotnet sdk from 9 to 10 in shell.nix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 43f7349f1e..14c2acb798 100644 --- a/shell.nix +++ b/shell.nix @@ -12,7 +12,7 @@ let dependencies = with pkgs; [ - dotnetCorePackages.sdk_9_0 + dotnet-sdk_10 icu glfw libGL -- 2.52.0