2 references to DotNetCoreAppIdentifier
Microsoft.Build.Tasks.Core (2)
ManifestUtil\SecurityUtil.cs (1)
583else if (targetFrameworkIdentifier.Equals(Constants.DotNetCoreAppIdentifier, StringComparison.InvariantCultureIgnoreCase))
ResolveManifestFiles.cs (1)
760bool isDotNetCore = String.Equals(TargetFrameworkIdentifier, Constants.DotNetCoreAppIdentifier, StringComparison.InvariantCultureIgnoreCase);