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