1 write to PublishingVersion
Microsoft.DotNet.Build.Manifest (1)
BuildModelFactory.cs (1)
168PublishingVersion = publishingVersion,
7 references to PublishingVersion
Microsoft.DotNet.Build.Manifest (7)
BuildIdentity.cs (3)
24nameof(PublishingVersion), 216string value = Attributes.GetOrDefault(nameof(PublishingVersion)); 229Attributes[nameof(PublishingVersion)] = ((int)value).ToString();
BuildModelFactory.cs (4)
324if (refIdentity.PublishingVersion != identity.PublishingVersion) 326differences.Add($"PublishingVersion: expected '{refIdentity.PublishingVersion}', found '{identity.PublishingVersion}'");