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
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 ?
The text was updated successfully, but these errors were encountered:
HeikeHofmann
changed the title
Electronize is not running, when only .NET 8 is installed
Electronize is not running, if only .NET 8 is installed
Mar 8, 2024
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!
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 ?
The text was updated successfully, but these errors were encountered: