From cef5004dc692f02bb46e47d22623086b87785483 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Mon, 24 Jan 2022 09:05:00 -0700 Subject: [PATCH] Self Contained --- User/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/User/settings.json b/User/settings.json index 830b472..cb61fff 100644 --- a/User/settings.json +++ b/User/settings.json @@ -77,9 +77,9 @@ "runTerminalCommand.commands": [ { "auto": true, - "command": "dotnet build --runtime win-x64", + "command": "dotnet build --runtime win-x64 --self-contained", "group": ".NET Core", - "name": ".net Core - Build Win-x64" + "name": ".net Core - Build Win-x64 - Self Contained" }, { "auto": true,