9 references to ProductVersion
Microsoft.DotNet.Build.Manifest (9)
BuildIdentity.cs (5)
27
nameof(
ProductVersion
),
53
get { return Attributes.GetOrDefault(nameof(
ProductVersion
)); }
54
set { Attributes[nameof(
ProductVersion
)] = value; }
236
if (!string.IsNullOrEmpty(
ProductVersion
))
238
s += $" {
ProductVersion
}";
BuildModelFactory.cs (4)
320
if (!string.Equals(refIdentity.
ProductVersion
, identity.
ProductVersion
, StringComparison.OrdinalIgnoreCase))
322
differences.Add($"ProductVersion: expected '{refIdentity.
ProductVersion
}', found '{identity.
ProductVersion
}'");