mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Build command: Better platform target support #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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...
@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.
@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!
@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
im my csproj file
@robertmuehsig commented on GitHub (Nov 5, 2017):
Then it should be fine - CLI extensions are a bit different then normal packages.