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