Update dotnet sdk from 9 to 10 for nix devl shell. (#42041)

Update dotnet sdk from 9 to 10 in shell.nix
This commit is contained in:
EchoOfNothing
2025-12-24 22:17:51 +02:00
committed by GitHub
parent 0444987d50
commit 9241325506

View File

@@ -12,7 +12,7 @@
let let
dependencies = with pkgs; [ dependencies = with pkgs; [
dotnetCorePackages.sdk_9_0 dotnet-sdk_10
icu icu
glfw glfw
libGL libGL