mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
[PR #267] Remove unsupported .NET versions #332
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/267
Author: @CorruptComputer
Created: 11/22/2025
Status: 🔄 Open
Base:
master← Head:unsupported📝 Commits (1)
36cef5fRemove unsupported versions of .NET📊 Changes
10 files changed (+28 additions, -231 deletions)
View changed files
📝
.azure-pipelines.yml(+5 -150)📝
.github/workflows/main.yml(+0 -2)📝
Packaging.Targets.Tests/Packaging.Targets.Tests.csproj(+1 -1)📝
Packaging.Targets/build/Packaging.Targets.targets(+11 -67)📝
dotnet-deb/dotnet-deb.csproj(+2 -2)📝
dotnet-rpm/dotnet-rpm.csproj(+1 -1)📝
dotnet-tarball/dotnet-tarball.csproj(+2 -2)📝
dotnet-zip/dotnet-zip.csproj(+2 -2)📝
molecule/framework-dependent/framework-dependent-app/framework-dependent-app.csproj(+2 -2)📝
molecule/self-contained/self-contained-app/self-contained-app.csproj(+2 -2)📄 Description
.NET 7 and earlier is no longer supported, if someone needs to do a new build with one of those versions they can just use an older version of this tool.
https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
I left these directories untouched since I wasn't really sure what they were for:
./boxes/*./demo/*./dotnet-msi/*🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.