mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-15 21:35:27 +00:00
[PR #193] [CLOSED] chore: Added .NET 6 support, and removed .NET Core 2 and 3 support #293
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/quamotion/dotnet-packaging/pull/193
Author: @LeftTwixWand
Created: 8/3/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
fad6566chore: added .NET 6 support, and removed .NET Core 2 and 3 support📊 Changes
7 files changed (+57 additions, -34 deletions)
View changed files
📝
Packaging.Targets.Tests/Packaging.Targets.Tests.csproj(+9 -6)📝
Packaging.Targets/Packaging.Targets.csproj(+9 -6)📝
dotnet-deb/dotnet-deb.csproj(+11 -5)📝
dotnet-rpm/PackagingRunner.cs(+1 -2)📝
dotnet-rpm/dotnet-rpm.csproj(+9 -5)📝
dotnet-tarball/dotnet-tarball.csproj(+9 -5)📝
dotnet-zip/dotnet-zip.csproj(+9 -5)📄 Description
I propose to remove .NET Core 2 and 3 support, because officially those versions already out of support: official site
What about .NET Core 2.1 - the end of support will be at this August.
And .NET Core 3.1 will be alive 6 months more.
So I propose to update the packing tool and start using .NET 5 and .NET 6 only.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.