In appxmanifest editor,
MaxVersionTested must be a DotQuadNumber
0.0.0.0 thru 65535.65535.65535.65535
(it's technically uint16[4] or uint64 but ToString == a.b.c.d format
12.0.0.0 isn't invalid
Several products intentionally do this (winappsdk, edge, others)
In appxmanifest editor,
MaxVersionTested must be a DotQuadNumber
0.0.0.0 thru 65535.65535.65535.65535
(it's technically uint16[4] or uint64 but ToString == a.b.c.d format
12.0.0.0 isn't invalid
Several products intentionally do this (winappsdk, edge, others)