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