From 67f32943de4446ff92d08fcda32b6af470f7f8e8 Mon Sep 17 00:00:00 2001 From: Titus Fortner Date: Sat, 16 May 2026 08:10:54 -0500 Subject: [PATCH] [dotnet] upgrade paket from v9 to v10 --- dotnet/.config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/.config/dotnet-tools.json b/dotnet/.config/dotnet-tools.json index e72a7c4be1080..11dc1b0fabaa3 100644 --- a/dotnet/.config/dotnet-tools.json +++ b/dotnet/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "paket": { - "version": "9.0.2", + "version": "10.3.1", "commands": [ "paket" ],