1 write to PlatformVersion
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
ResolveStaticWebAssetsEmbeddedProjectConfiguration.cs (1)
198
PlatformVersion
= source.GetMetadata(nameof(PlatformVersion))
3 references to PlatformVersion
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
ResolveStaticWebAssetsEmbeddedProjectConfiguration.cs (3)
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
);
198
PlatformVersion = source.GetMetadata(nameof(
PlatformVersion
))