mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
.NET Standard compatibility? #343
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 @mig42 on GitHub (Jun 11, 2019).
Hi,
I'm currently studying how to use Electron.NET inside a Blazor application.
Following this tutorial I'm able to configure the appropriate dependencies in the server project (I'm using a client-side, ASP.NET-hosted solution) and use
electronizeto start the app and open the main window.However, I can't use Electron.NET from the Client project. It must use
netstandard2.0as the target framework, and NuGet rejects the ElectronNET.API package when I try to add it:Is Electron.NET going to be available under .NET Standard 2.0 at some point?
Thanks!
@MaherJendoubi commented on GitHub (Jun 13, 2019):
Hi Miguel,
Electron.NET should be used inside the Server project since it is the startup project.
Best regards,
Maher