4 references to IsInFramework
Microsoft.Build.Tasks.Core (4)
ManifestUtil\ApplicationManifest.cs (1)
743
if (assembly.AssemblyIdentity?.
IsInFramework
(Constants.DotNetFrameworkIdentifier, TargetFrameworkVersion) == true)
ManifestUtil\AssemblyIdentity.cs (1)
367
public bool IsFrameworkAssembly =>
IsInFramework
(null, null);
ResolveManifestFiles.cs (2)
772
if (identity?.
IsInFramework
(Constants.DotNetCoreIdentifier, null) == true)
777
else if (identity?.
IsInFramework
(Constants.DotNetFrameworkIdentifier, TargetFrameworkVersion) == true)