From bd2d18aca3f19de968a9cb42b5b938cd01fd018f Mon Sep 17 00:00:00 2001 From: max-ieremenko <> Date: Sat, 29 Aug 2026 13:39:53 +0200 Subject: [PATCH] update dotnet-ilrepack --- Build/.config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/.config/dotnet-tools.json b/Build/.config/dotnet-tools.json index ab7052e4..16078ce6 100644 --- a/Build/.config/dotnet-tools.json +++ b/Build/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ilrepack": { - "version": "2.0.44", + "version": "2.0.47", "commands": [ "ilrepack" ],