mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-05 13:54:47 +00:00
it's looking for .NET 6 instead of .NET 8. #974
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bzyfuzy on GitHub (Feb 22, 2025).
@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>@FlorianRappl commented on GitHub (Oct 19, 2025):
No longer applicable. Next version will target .NET 8 specifically (#893).