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,