[PR #267] Remove unsupported .NET versions #332

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

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/267
Author: @CorruptComputer
Created: 11/22/2025
Status: 🔄 Open

Base: masterHead: unsupported


📝 Commits (1)

  • 36cef5f Remove 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

dotnet tool update dotnet-rpm --allow-downgrade --version 0.1.232

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.

## 📋 Pull Request Information **Original PR:** https://github.com/quamotion/dotnet-packaging/pull/267 **Author:** [@CorruptComputer](https://github.com/CorruptComputer) **Created:** 11/22/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `unsupported` --- ### 📝 Commits (1) - [`36cef5f`](https://github.com/quamotion/dotnet-packaging/commit/36cef5fd46ef07dc6a81833d33dc694bc8614356) Remove unsupported versions of .NET ### 📊 Changes **10 files changed** (+28 additions, -231 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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 ```bash dotnet tool update dotnet-rpm --allow-downgrade --version 0.1.232 ``` I left these directories untouched since I wasn't really sure what they were for: - `./boxes/*` - `./demo/*` - `./dotnet-msi/*` --- <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:32:12 +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#332