3 references to MsiProductVersionOutOfRange
Microsoft.DotNet.Build.Tasks.Workloads (3)
Msi\MsiUtils.wix.cs (3)
196
throw new ArgumentOutOfRangeException(string.Format(Strings.
MsiProductVersionOutOfRange
, nameof(version.Major), 255));
201
throw new ArgumentOutOfRangeException(string.Format(Strings.
MsiProductVersionOutOfRange
, nameof(version.Minor), 255));
206
throw new ArgumentOutOfRangeException(string.Format(Strings.
MsiProductVersionOutOfRange
, nameof(version.Build), ushort.MaxValue));