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