1 write to TargetFramework
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
ResolveStaticWebAssetsEmbeddedProjectConfiguration.cs (1)
237
TargetFramework
= item.GetMetadata("TargetFramework"),
4 references to TargetFramework
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
ResolveStaticWebAssetsEmbeddedProjectConfiguration.cs (4)
107
if (!string.IsNullOrWhiteSpace(rule.
TargetFramework
) &&
108
!string.Equals(rule.
TargetFramework
, configuration.TargetFramework, StringComparison.Ordinal))
110
Log.LogMessage("Project configuration not applicable due to framework mismatch: '{0}' != '{1}'", rule.
TargetFramework
, configuration.TargetFramework);
247
item.SetMetadata("TargetFramework", configuration.
TargetFramework
);