From d8ba9d9372c0880df3e30e51e27973df43195c29 Mon Sep 17 00:00:00 2001 From: rafael-aero Date: Mon, 28 Jun 2021 15:48:15 +0200 Subject: [PATCH] change assembly name --- ElectronNET.CLI/ElectronNET.CLI.csproj | 2 +- ElectronNET.WebApp/Properties/launchSettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ElectronNET.CLI/ElectronNET.CLI.csproj b/ElectronNET.CLI/ElectronNET.CLI.csproj index 55f0dc9..7c33bf3 100644 --- a/ElectronNET.CLI/ElectronNET.CLI.csproj +++ b/ElectronNET.CLI/ElectronNET.CLI.csproj @@ -4,7 +4,7 @@ Exe net5.0 - dotnet-electronize + dotnet-electronize-h5 electronize-h5 DotnetCliTool diff --git a/ElectronNET.WebApp/Properties/launchSettings.json b/ElectronNET.WebApp/Properties/launchSettings.json index 7ea18a5..8ba0307 100644 --- a/ElectronNET.WebApp/Properties/launchSettings.json +++ b/ElectronNET.WebApp/Properties/launchSettings.json @@ -10,7 +10,7 @@ "profiles": { "Electron.NET App": { "commandName": "Executable", - "executablePath": "$(SolutionDir)ElectronNET.CLI\\bin\\Debug\\netcoreapp3.1\\dotnet-electronize.exe", + "executablePath": "$(SolutionDir)ElectronNET.CLI\\bin\\Debug\\net5.0\\dotnet-electronize-h5.exe", "commandLineArgs": "start", "workingDirectory": "$(SolutionDir)ElectronNET.WebApp" },