From 813a0b5327f33d3e7666d4842ac74dc674e550b9 Mon Sep 17 00:00:00 2001 From: Gregor Biswanger Date: Wed, 25 Oct 2017 21:57:16 +0200 Subject: [PATCH] update project settings --- ElectronNET.WebApp/Properties/launchSettings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ElectronNET.WebApp/Properties/launchSettings.json b/ElectronNET.WebApp/Properties/launchSettings.json index 548e6c4..efcfd39 100644 --- a/ElectronNET.WebApp/Properties/launchSettings.json +++ b/ElectronNET.WebApp/Properties/launchSettings.json @@ -10,7 +10,6 @@ "profiles": { "IIS Express": { "commandName": "IISExpress", - "commandLineArgs": "/electronPort=3000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } @@ -22,6 +21,11 @@ "ASPNETCORE_ENVIRONMENT": "Development" }, "applicationUrl": "http://localhost:50395/" + }, + "Electron.NET App": { + "commandName": "Executable", + "executablePath": "C:\\Program Files\\dotnet\\dotnet.exe", + "commandLineArgs": "electronize start" } } } \ No newline at end of file