it's looking for .NET 6 instead of .NET 8. #974

Closed
opened 2026-01-29 16:53:34 +00:00 by claunia · 2 comments
Owner

Originally created by @bzyfuzy on GitHub (Feb 22, 2025).

$ electronize start
You must install or update .NET to run this application.

App: /home/bzy/.dotnet/tools/electronize
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64)
.NET location: /usr/lib/dotnet

The following frameworks were found:
  8.0.12 at [/usr/lib/dotnet/shared/Microsoft.NETCore.App]

Learn more:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=ubuntu.24.04-x64&os=ubuntu.24.04

$ dotnet tool list -g
Package Id                Version      Commands   
--------------------------------------------------
electronnet.cli           23.6.2       electronize
redth.net.maui.check      2.0.0        maui-check```
Originally created by @bzyfuzy on GitHub (Feb 22, 2025). ``` $ electronize start You must install or update .NET to run this application. App: /home/bzy/.dotnet/tools/electronize Architecture: x64 Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64) .NET location: /usr/lib/dotnet The following frameworks were found: 8.0.12 at [/usr/lib/dotnet/shared/Microsoft.NETCore.App] Learn more: https://aka.ms/dotnet/app-launch-failed To install missing framework, download: https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=ubuntu.24.04-x64&os=ubuntu.24.04 $ dotnet tool list -g Package Id Version Commands -------------------------------------------------- electronnet.cli 23.6.2 electronize redth.net.maui.check 2.0.0 maui-check```
claunia added the bug label 2026-01-29 16:53:34 +00:00
Author
Owner

@AF1111 commented on GitHub (Jun 25, 2025):

For anyone else having this issue, the fix was applied after the most recent release. Temporary workaround is to clone the repo and install the local version using dotnet tool install --global --add-source <path-to-your-nuget-package> <tool-name>

@AF1111 commented on GitHub (Jun 25, 2025): For anyone else having this issue, the fix was applied after the most recent release. Temporary workaround is to clone the repo and install the local version using `dotnet tool install --global --add-source <path-to-your-nuget-package> <tool-name>`
Author
Owner

@FlorianRappl commented on GitHub (Oct 19, 2025):

No longer applicable. Next version will target .NET 8 specifically (#893).

@FlorianRappl commented on GitHub (Oct 19, 2025): No longer applicable. Next version will target .NET 8 specifically (#893).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#974