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