From c6e5c0cd931b8cbd60cf4b1c1f41126bbe1f1f2b Mon Sep 17 00:00:00 2001 From: Arlo Date: Thu, 20 Feb 2025 17:33:15 -0600 Subject: [PATCH] Fixes solution generation issues by updating slngen --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 69c13801..27179029 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "microsoft.visualstudio.slngen.tool": { - "version": "11.2.6", + "version": "12.0.13", "commands": [ "slngen" ]