You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sdk added support for platforms in the targetFramework strings. Many of our projects have platform specific tfms. Currently we have workarounds to make nuget and sdk understand these custom frameworks,
But with the new TargetFramework feature we can remove those workarounds for net5.0 and above tfms.
The pre-requiste to this issue is #32451 because the sdk doesnt support "_" in the name.
Sdk added support for platforms in the targetFramework strings. Many of our projects have platform specific tfms. Currently we have workarounds to make nuget and sdk understand these custom frameworks,
But with the new TargetFramework feature we can remove those workarounds for net5.0 and above tfms.
The pre-requiste to this issue is #32451 because the sdk doesnt support "_" in the name.
cc @ericstj @ViktorHofer @safern
The text was updated successfully, but these errors were encountered: