[PR #207] [MERGED] Specify a target framework when needed #310

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

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/207
Author: @qmfrederik
Created: 11/10/2021
Status: Merged
Merged: 11/10/2021
Merged by: @qmfrederik

Base: masterHead: fixes/restore-multiple-frameworks


📝 Commits (2)

  • b849b65 Add verbose output
  • 2ee2ca6 Specify a target framework when needed

📊 Changes

1 file changed (+51 additions, -11 deletions)

View changed files

📝 dotnet-rpm/PackagingRunner.cs (+51 -11)

📄 Description

Allow the user to manually set the target framework when a project doesn't have a value for the TargetFramework property (e.g. when TargetFrameworks is set), and implement a verbose flag while at it.


🔄 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/207 **Author:** [@qmfrederik](https://github.com/qmfrederik) **Created:** 11/10/2021 **Status:** ✅ Merged **Merged:** 11/10/2021 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `fixes/restore-multiple-frameworks` --- ### 📝 Commits (2) - [`b849b65`](https://github.com/quamotion/dotnet-packaging/commit/b849b65fa6cada8934cccb934b404eb391c4da70) Add verbose output - [`2ee2ca6`](https://github.com/quamotion/dotnet-packaging/commit/2ee2ca668aa41220bbf655cac35475846dbc4888) Specify a target framework when needed ### 📊 Changes **1 file changed** (+51 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `dotnet-rpm/PackagingRunner.cs` (+51 -11) </details> ### 📄 Description Allow the user to manually set the target framework when a project doesn't have a value for the TargetFramework property (e.g. when TargetFrameworks is set), and implement a verbose flag while at it. --- <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:00 +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#310