1 write to PlatformVersion
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
ResolveStaticWebAssetsEmbeddedProjectConfiguration.cs (1)
238
PlatformVersion
= item.GetMetadata("PlatformVersion"),
4 references to PlatformVersion
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
ResolveStaticWebAssetsEmbeddedProjectConfiguration.cs (4)
138
if (!string.IsNullOrWhiteSpace(rule.
PlatformVersion
) &&
139
!string.Equals(rule.
PlatformVersion
, configuration.PlatformVersion, StringComparison.Ordinal))
141
Log.LogMessage("Project configuration not applicable due to platform version mismatch: '{0}' != '{1}'", rule.
PlatformVersion
, configuration.PlatformVersion);
248
item.SetMetadata("PlatformVersion", configuration.
PlatformVersion
);