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