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

后端 未结 1 518
时光取名叫无心
时光取名叫无心 2021-01-14 00:43

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

相关标签:
1条回答
  • 2021-01-14 00:56

    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

    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.

    0 讨论(0)
提交回复
热议问题