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