From 9fa173e9f3684970741868f73ac2713bd7377381 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Fri, 24 May 2024 22:56:47 -0500 Subject: [PATCH] Minor dotnet tool version updates --- .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 7c36dd4..5d74694 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,13 +3,13 @@ "isRoot": true, "tools": { "fsdgencsharp": { - "version": "2.27.0", + "version": "2.27.1", "commands": [ "fsdgencsharp" ] }, "fsdgenjs": { - "version": "2.9.0", + "version": "2.10.1", "commands": [ "fsdgenjs" ]