2 references to TargetFrameworkIdentifier
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
64
public const string TargetFrameworkIdentifier = nameof(
TargetFrameworkIdentifier
);
MSBuild\ProjectFile\ProjectFile.cs (1)
160
var targetFrameworkIdentifier = project.ReadPropertyString(PropertyNames.
TargetFrameworkIdentifier
);