3 references to ProductVersion
Microsoft.DotNet.Build.Tasks.Workloads (3)
Msi\MsiProperties.wix.cs (1)
109ProductVersion = productVersion == null ? MsiUtils.GetProperty(path, MsiProperty.ProductVersion) : productVersion,
Msi\MsiProperty.wix.cs (1)
14public static readonly string ProductVersion = nameof(ProductVersion);
Msi\MsiUtils.wix.cs (1)
173new Version(GetProperty(packagePath, MsiProperty.ProductVersion));