From 05770c219321215d617735ba572d761345285096 Mon Sep 17 00:00:00 2001 From: "Michael Hawker MSFT (XAML Llama)" <24302614+michael-hawker@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:49:57 -0700 Subject: [PATCH] Update dotnet-tools.json for slngen 11.2.6 --- .config/dotnet-tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 2817fea9..3b3d280a 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,10 +15,10 @@ ] }, "microsoft.visualstudio.slngen.tool": { - "version": "11.2.3", + "version": "11.2.6", "commands": [ "slngen" ] } } -} \ No newline at end of file +}