pavel
pavel

Reputation: 2186

Automatic updates are not available for the configured target platform min version

I tried create package for UWP platform (.appxbundle) and it seems now we finally have update for Visual Studio 2017 that creates .appinstaller file for you. But I face with some problem around min target version. When I try to create package via Store -> Create and it tells me this dialog: enter image description here

I can't enable this checkbox but I set the minimum target version at 16299 as tells us article from Help me choose the version link:

enter image description here

Thank you for any help in advance!

Upvotes: 4

Views: 1025

Answers (1)

magicandre1981
magicandre1981

Reputation: 28826

This is a new feature of the Windows 10 April 2018 Update (Build 17134), so install the Windows 10 April 1803 SDK, set Min/Target Build to 17134

enter image description here

This feature, as already mentioned, is part of RS4 and, as such, in order to leverage it from a UWP or a Desktop Bridge application it must be compiled with the RS4 SDK. At the time of writing the latest version of the SDK is 17120; when RS4 will officially ship, just replace it with the final version of the SDK that will be released.

Now you should see the option.

Upvotes: 4

Related Questions