[PR #257] [MERGED] Add support for net9.0 #327

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

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/257
Author: @CorruptComputer
Created: 11/22/2024
Status: Merged
Merged: 12/22/2024
Merged by: @qmfrederik

Base: masterHead: dotnet9


📝 Commits (2)

  • 9cca190 Add support for net9.0
  • a6a388c Add missed section to azure-pipeline.yml and fix indention issue

📊 Changes

10 files changed (+69 additions, -37 deletions)

View changed files

📝 .azure-pipelines.yml (+53 -29)
📝 .drone.yml (+1 -1)
📝 Packaging.Targets.Tests/Packaging.Targets.Tests.csproj (+1 -1)
📝 Packaging.Targets/build/Packaging.Targets.targets (+8 -0)
📝 dotnet-deb/dotnet-deb.csproj (+1 -1)
📝 dotnet-rpm/dotnet-rpm.csproj (+1 -1)
📝 dotnet-tarball/dotnet-tarball.csproj (+1 -1)
📝 dotnet-zip/dotnet-zip.csproj (+1 -1)
📝 molecule/framework-dependent/framework-dependent-app/framework-dependent-app.csproj (+1 -1)
📝 molecule/self-contained/self-contained-app/self-contained-app.csproj (+1 -1)

📄 Description

Used #246 as a guide for what needed to change.

net6.0 and net7.0 are out of support now and are probably safe to remove, left those in since that seemed like it should be outside the scope of this PR to me.


🔄 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/257 **Author:** [@CorruptComputer](https://github.com/CorruptComputer) **Created:** 11/22/2024 **Status:** ✅ Merged **Merged:** 12/22/2024 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `dotnet9` --- ### 📝 Commits (2) - [`9cca190`](https://github.com/quamotion/dotnet-packaging/commit/9cca19071b44c4c17d2c2e9014052e0c664f68c6) Add support for net9.0 - [`a6a388c`](https://github.com/quamotion/dotnet-packaging/commit/a6a388c5df4a5bd60cf6b78e782c494b5842553e) Add missed section to azure-pipeline.yml and fix indention issue ### 📊 Changes **10 files changed** (+69 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `.azure-pipelines.yml` (+53 -29) 📝 `.drone.yml` (+1 -1) 📝 `Packaging.Targets.Tests/Packaging.Targets.Tests.csproj` (+1 -1) 📝 `Packaging.Targets/build/Packaging.Targets.targets` (+8 -0) 📝 `dotnet-deb/dotnet-deb.csproj` (+1 -1) 📝 `dotnet-rpm/dotnet-rpm.csproj` (+1 -1) 📝 `dotnet-tarball/dotnet-tarball.csproj` (+1 -1) 📝 `dotnet-zip/dotnet-zip.csproj` (+1 -1) 📝 `molecule/framework-dependent/framework-dependent-app/framework-dependent-app.csproj` (+1 -1) 📝 `molecule/self-contained/self-contained-app/self-contained-app.csproj` (+1 -1) </details> ### 📄 Description Used #246 as a guide for what needed to change. net6.0 and net7.0 are out of support now and are probably safe to remove, left those in since that seemed like it should be outside the scope of this PR to me. --- <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:09 +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#327