From b166f6e9cd8475d0ee9a781bbd3fbc1f9164680c Mon Sep 17 00:00:00 2001 From: iwate Date: Sun, 21 Jun 2020 01:36:03 +0900 Subject: [PATCH] downgrade electron.net.cli --- .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 e9f4993..c04b92a 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "electronnet.cli": { - "version": "8.31.2", + "version": "8.31.1", "commands": [ "electronize" ]