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