From c9f360b8249e1536b051cd54366ee00b9af67e68 Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 28 Oct 2025 19:37:38 +0100 Subject: Deprecation warnings, dotnet10 --- modules/software-templates/devenv/dotnet.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/software-templates') diff --git a/modules/software-templates/devenv/dotnet.nix b/modules/software-templates/devenv/dotnet.nix index bb052d8..20c7d34 100644 --- a/modules/software-templates/devenv/dotnet.nix +++ b/modules/software-templates/devenv/dotnet.nix @@ -22,6 +22,6 @@ in #"github-copilot" "nixidea" ]) - dotnetCorePackages.sdk_9_0 + dotnetCorePackages.sdk_10_0 ]; } -- cgit 1.5.1