[UWP][(Unity) Cannot build valid package for Windows Store, error MinVersion <= 10.0.17134.0.

David Coombes 1 Reputation point
2020-03-14T17:36:36.953+00:00

I'm trying to create my first Unity UWP game. I have set the minimum and target versions in Unity to 10.0.18. In Visual Studio 2019, I've set the project property's Min and Target versions to 10.0.18. When I build my packages and upload my packages, I'm told:

; Package acceptance validation error: ionAXXIA_0.7.603.0_Win32_Master.msix is not valid. You cannot upload msix/msixbundle/msixupload packages that targets Windows MinVersion <= 10.0.17134.0.

Where do I set the target version?

Cheers.

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Heiko 1,211 Reputation points
    2020-03-15T21:40:40.327+00:00

    Hi,

    I have no clue, except that I know that 18 is less than 17134.

    0 comments No comments