[PR #849] Get back net6 support #1323

Open
opened 2026-01-29 16:59:37 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/ElectronNET/Electron.NET/pull/849

State: closed
Merged: Yes


.NET6 support is valid until November 12, 2024, more than half a year, I'm not sure this is a good idea to abandon .NET6 support in Electron.NET.

I would like to suggest making the project multitarget and support both LTS versions (.NET6 and .NET8)

dotnet tool doesn't support self-contaied tools (see https://github.com/dotnet/sdk/issues/9565), so that <PublishSelfContained>true</PublishSelfContained> can be useful only for binaries but not for dotnet tool so I decided to remove the line

**Original Pull Request:** https://github.com/ElectronNET/Electron.NET/pull/849 **State:** closed **Merged:** Yes --- .NET6 support is valid until [November 12, 2024](https://dotnet.microsoft.com/en-us/platform/support/policy), more than half a year, I'm not sure this is a good idea to abandon .NET6 support in Electron.NET. I would like to suggest making the project multitarget and support both LTS versions (.NET6 and .NET8) dotnet tool doesn't support self-contaied tools (see https://github.com/dotnet/sdk/issues/9565), so that `<PublishSelfContained>true</PublishSelfContained>` can be useful only for binaries but not for dotnet tool so I decided to remove the line
claunia added the pull-request label 2026-01-29 16:59:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1323