ElectronNET / Electron.NET

:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
https://gitter.im/ElectronNET/community
MIT License
7.28k stars 724 forks source link

Electronize is not running, if only .NET 8 is installed #837

Open HeikeHofmann opened 6 months ago

HeikeHofmann commented 6 months ago

We are using the latest nuget packages V23.6.2.

When we start 'electronize build ...', we get this error:

You must install or update .NET to run this application. Architecture: x64 Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64) .NET location: C:\Program Files\dotnet The following frameworks were found: 8.0.2 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

.NET 6 will be obsolete end of this year and .NET 8 was released last november. when will be electron migrated to .NET 8 ?

FlorianRappl commented 6 months ago

I removed the bug label as this is not a bug. Applications are shipped with a specific framework dependency.

A newer version might / will be released for .NET 8, but right now we are still at .NET 6. As mentioned from your side the official support is still until later this year - so its totally fine.

If you want to fasten up development speed consider contributing to the project either via PRs or financially. Thanks for your support!