Skip to content

ElectronNET.Host target framework not supported (.NET Framework 4.0) #752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
r-pankevicius opened this issue Mar 31, 2023 · 1 comment
Labels

Comments

@r-pankevicius
Copy link

OS: Win10
Visual Studio 2022 v 17.5.3

Cloned repo, tried to open ElectronNET.sln, the following message appears:
image

While .NET 4 is not cross platform compatible, just for Windows, it should be replaced with something else...

BTW what the purpose of ElectronNET.Host project?

@FlorianRappl
Copy link
Collaborator

BTW what the purpose of ElectronNET.Host project?

This is the actual host process (the one running in the Electron shell; that's why the project has JavaScript sources). From an architecture POV this is actually the most important piece as it allows Electron to communicate with .NET (and vice versa).

While .NET 4 is not cross platform compatible, just for Windows, it should be replaced with something else...

While true it also does not really matter - .NET 4 is anyway not used here. This is I guess just an historic artifact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants