change assembly name

This commit is contained in:
rafael-aero
2021-06-28 15:48:15 +02:00
parent 09cb7a640f
commit d8ba9d9372
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<AssemblyName>dotnet-electronize</AssemblyName>
<AssemblyName>dotnet-electronize-h5</AssemblyName>
<ToolCommandName>electronize-h5</ToolCommandName>
<PackageType>DotnetCliTool</PackageType>

View File

@@ -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"
},