From 12798c20f7259de6b90d68bc53f3ecac349968f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Tue, 20 Dec 2022 13:47:20 +0100 Subject: [PATCH] Increase version of webcompiler tool --- src/Connected.Components/.config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Connected.Components/.config/dotnet-tools.json b/src/Connected.Components/.config/dotnet-tools.json index 0ae7bc6..3700f37 100644 --- a/src/Connected.Components/.config/dotnet-tools.json +++ b/src/Connected.Components/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "excubo.webcompiler": { - "version": "2.7.12", + "version": "3.5.0", "commands": [ "webcompiler" ]