-
Notifications
You must be signed in to change notification settings - Fork 265
Open
5 / 115 of 11 issues completedLabels
Functionality:PackFunctionality:RestorePartner:CLI-SDKPartner:MSBuildPartner:Project-SystemPriority:2Issues for the current backlog.Issues for the current backlog.Type:DCRDesign Change RequestDesign Change Request
Description
NuGet should treat the values from TargetFramework and TargetFrameworks as aliases.
When setting the property TargetFramework=(alias) the actual target framework value can be evaluated from TargetFrameworkIdentifier and TargetFrameworkVersion.
See for examples and more details: dotnet/project-system#1938
Update by @nkolev92
NuGet in 5.8 and .NET 5.0 SDK now treats TargetFramework as an alias, however duplicate framework entries are not supported yet (ex. You can't target .NETCoreApp,Version=3.0 twice.)
michael-hawker, ViktorHofer, AArnott, zivkan, clairernovotny and 6 more
Sub-issues
Metadata
Metadata
Assignees
Labels
Functionality:PackFunctionality:RestorePartner:CLI-SDKPartner:MSBuildPartner:Project-SystemPriority:2Issues for the current backlog.Issues for the current backlog.Type:DCRDesign Change RequestDesign Change Request