Unable to publish apps in Microsoft Store #17863
Unanswered
WenHong-Lau
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This issue is caused by microsoft/WindowsAppSDK#4480. The workaround is to downgrade to older version of BuildTools for now |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I am trying to publish my application to the Microsoft Store, it did not pass the validation as we are using the newer and unsupported version of Microsoft.Windows.SDK.BuildTools (10.0.26100.1)
This is the error
Package acceptance validation error: The package uses an unsupported version of file makepri.exe (10.0.26100.1). The following versions are allowed: < 10.0.10500.0; >= 10.0.10586.0 & < 10.0.11000.0; >= 10.0.14383.0 & < 10.0.14800.0; >= 10.0.15053.0 & < 10.0.15100.0; >= 10.0.16299.0 & < 10.0.16350.0; >= 10.0.17134.0 & < 10.0.17500.0; >= 10.0.17763.0 & < 10.0.18199.0; >= 10.0.18362.0 & < 10.0.18799.0; >= 10.0.19041.0 & < 10.0.19399.0; >= 10.0.20348.0 & < 10.0.21242.0; >= 10.0.22000.194 & < 10.0.22350.0; >= 10.0.22621.0 & < 10.0.25054.0. Please update your Visual Studio build tools and try again.
Beta Was this translation helpful? Give feedback.
All reactions