You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
OS: Win10
Visual Studio 2022 v 17.5.3
Cloned repo, tried to open ElectronNET.sln, the following message appears:

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?
The text was updated successfully, but these errors were encountered: