UWP WACK Test always fails with the HighVersionLie issue

369 Views Asked by At

Using Visual Studio 2019 16.8.1, I've created a UWP package but can't get the WACK test to succeed due to one error. Here's the process I got about:

My Min and Target versions:

enter image description here

My process in Visual Studio to create the package:

enter image description here

enter image description here

enter image description here

enter image description here

I don't remember ever using specific code related to OS versioning, but yet I always fail the Platform Version Launch test:

enter image description here

Am I doing something wrong?

2

There are 2 best solutions below

0
Maximus On BEST ANSWER

So the solution was simply to have it validated through the UWP publishing process online instead of the local WACK test app.

0
Alexander Sklar - MSFT On

Here's a workaround to enable running WACK locally in the meantime: https://github.com/microsoft/react-native-windows/issues/6331#issuecomment-738684154