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
The parsing in Microsoft.NET.TargetFrameworkInference.targets needs to be updated to parse the TargetPlatformIdentifier and TargetPlatformVersion from the TargetFramework.
The existing parsing implementation (which uses string manipulation) should be replaced with calls to new MSBuild Intrinsic functions which will call the NuGet parsing APIs.
The parsing in Microsoft.NET.TargetFrameworkInference.targets needs to be updated to parse the
TargetPlatformIdentifier
andTargetPlatformVersion
from theTargetFramework
.The existing parsing implementation (which uses string manipulation) should be replaced with calls to new MSBuild Intrinsic functions which will call the NuGet parsing APIs.
.NET 5 TargetFramework spec
The text was updated successfully, but these errors were encountered: