5 references to UpgradeCodeNamespaceUuid
Microsoft.DotNet.Build.Tasks.Workloads (5)
Msi\WorkloadManifestMsi.wix.cs (2)
135
Guid upgradeCode = IsSxS ? Utils.CreateUuid(
UpgradeCodeNamespaceUuid
, $"{Package.Identity};{Platform}") :
136
Utils.CreateUuid(
UpgradeCodeNamespaceUuid
, $"{Package.ManifestId};{Package.SdkFeatureBand};{Platform}");
Msi\WorkloadPackGroupMsi.wix.cs (1)
127
Guid upgradeCode = Utils.CreateUuid(
UpgradeCodeNamespaceUuid
, $"{Metadata.Id};{Platform}");
Msi\WorkloadPackMsi.wix.cs (1)
62
Guid upgradeCode = Utils.CreateUuid(
UpgradeCodeNamespaceUuid
, $"{_package.Identity};{Platform}");
Msi\WorkloadSetMsi.wix.cs (1)
58
Guid upgradeCode = Utils.CreateUuid(
UpgradeCodeNamespaceUuid
, $"{_package.Identity};{Platform}");