From 66a47413c51de20e1325f39c01ebe8bc6de08df4 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Mon, 24 Jan 2022 13:54:35 -0700 Subject: [PATCH] New Blazor Web Assembly Hosted and PWA --- User/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/User/settings.json b/User/settings.json index cbb8ef9..71e37d2 100644 --- a/User/settings.json +++ b/User/settings.json @@ -80,6 +80,12 @@ "group": ".NET Core", "name": ".net Core - Build Win-x64 - Self Contained" }, + { + "auto": true, + "command": "dotnet new blazorwasm --hosted --pwa", + "group": ".NET Core", + "name": ".net Core - New Blazor Web Assembly Hosted and Progressive Web Application" + }, { "auto": true, "command": "git branch -vv",