mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
[PR #257] [MERGED] Add support for net9.0 #327
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/257
Author: @CorruptComputer
Created: 11/22/2024
Status: ✅ Merged
Merged: 12/22/2024
Merged by: @qmfrederik
Base:
master← Head:dotnet9📝 Commits (2)
9cca190Add support for net9.0a6a388cAdd 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.