[PR #193] [CLOSED] chore: Added .NET 6 support, and removed .NET Core 2 and 3 support #293

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

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/193
Author: @LeftTwixWand
Created: 8/3/2021
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • fad6566 chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/quamotion/dotnet-packaging/pull/193 **Author:** [@LeftTwixWand](https://github.com/LeftTwixWand) **Created:** 8/3/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`fad6566`](https://github.com/quamotion/dotnet-packaging/commit/fad656617934ac5b245c601dd7d0f4f64d6dff67) chore: added .NET 6 support, and removed .NET Core 2 and 3 support ### 📊 Changes **7 files changed** (+57 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description I propose to remove .NET Core 2 and 3 support, because officially those versions already out of support: [official site](https://dotnet.microsoft.com/download/dotnet) 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:31:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#293