mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-04 05:35:40 +00:00
[PR #207] [MERGED] Specify a target framework when needed #310
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/207
Author: @qmfrederik
Created: 11/10/2021
Status: ✅ Merged
Merged: 11/10/2021
Merged by: @qmfrederik
Base:
master← Head:fixes/restore-multiple-frameworks📝 Commits (2)
b849b65Add verbose output2ee2ca6Specify 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.