Build command: Better platform target support #6

Closed
opened 2026-01-29 16:27:22 +00:00 by claunia · 4 comments
Owner

Originally created by @robertmuehsig on GitHub (Oct 18, 2017).

Originally assigned to: @robertmuehsig on GitHub.

Currently win means Win10, but electron can produce apps for Win8 and 7 as well.
The same is for Linux (which is just ubuntu for us) and mac...

Originally created by @robertmuehsig on GitHub (Oct 18, 2017). Originally assigned to: @robertmuehsig on GitHub. Currently win means Win10, but electron can produce apps for Win8 and 7 as well. The same is for Linux (which is just ubuntu for us) and mac...
claunia added the Feature label 2026-01-29 16:27:22 +00:00
Author
Owner

@Petermarcu commented on GitHub (Nov 4, 2017):

This PR may address building apps for Win7 as well as OSX and Linux so apps built for each of them will run on any of the platforms supported by .NET Core 2.0. https://github.com/ElectronNET/Electron.NET/pull/38.

@Petermarcu commented on GitHub (Nov 4, 2017): This PR may address building apps for Win7 as well as OSX and Linux so apps built for each of them will run on any of the platforms supported by .NET Core 2.0. https://github.com/ElectronNET/Electron.NET/pull/38.
Author
Owner

@robertmuehsig commented on GitHub (Nov 4, 2017):

With the PR of @Petermarcu it should be working fine. Before the PR only the Electron Packer did produce "neutral" OS builds, now the .NET Core side should work on all supported OSs.

Thanks @Petermarcu!

@robertmuehsig commented on GitHub (Nov 4, 2017): With the PR of @Petermarcu it should be working fine. Before the PR only the Electron Packer did produce "neutral" OS builds, now the .NET Core side should work on all supported OSs. Thanks @Petermarcu!
Author
Owner

@cosminpopescu14 commented on GitHub (Nov 5, 2017):

hello !

I have the following issue in trying to instal the CLI package:
Package 'ElectronNET.CLI 0.0.5' has a package type 'DotnetCliTool' that is not supported by project 'MyElectronMusicPlayer'
I mention I have

  <ItemGroup>
    <DotNetCliToolReference Include="ElectronNET.CLI" Version="*" />
  </ItemGroup>

im my csproj file

@cosminpopescu14 commented on GitHub (Nov 5, 2017): hello ! I have the following issue in trying to instal the CLI package: ` Package 'ElectronNET.CLI 0.0.5' has a package type 'DotnetCliTool' that is not supported by project 'MyElectronMusicPlayer' ` I mention I have ``` <ItemGroup> <DotNetCliToolReference Include="ElectronNET.CLI" Version="*" /> </ItemGroup> ``` im my csproj file
Author
Owner

@robertmuehsig commented on GitHub (Nov 5, 2017):

Then it should be fine - CLI extensions are a bit different then normal packages.

@robertmuehsig commented on GitHub (Nov 5, 2017): Then it should be fine - CLI extensions are a bit different then normal packages.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#6