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