mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-07 13:51:36 +00:00
[PR #849] [MERGED] Get back net6 support #1321
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?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/849
Author: @gorsheninmv
Created: 5/1/2024
Status: ✅ Merged
Merged: 5/1/2024
Merged by: @FlorianRappl
Base:
develop← Head:get-back-net6-support📝 Commits (2)
0775b91fix: get back net6 support1864c21fix: specify target framework📊 Changes
4 files changed (+21 additions, -8 deletions)
View changed files
📝
.github/workflows/ci.yml(+2 -0)📝
nuke/Build.cs(+17 -5)📝
src/ElectronNET.API/ElectronNET.API.csproj(+1 -1)📝
src/ElectronNET.CLI/ElectronNET.CLI.csproj(+1 -2)📄 Description
.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🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.