windows-store-apps - 无法找到包含 'UAP.props' 的 'UAP 10.0.17763.0' 的 APPX321 SDK 文件夹

标签 windows-store-apps desktop-bridge xaf

我想为 Windows 应用商店创建一个上传包。
该应用程序本质上是开发 express XAF Win 应用程序的“Hello world”。我正在使用桌面桥。

我正在关注 docs to create the upload package

这创建了一个文件

C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Microsoft\VisualStudio\v15.0\AppxPackage

和一个错误
APPX3217    SDK folder containing 'UAP.props' for 'UAP 10.0.17763.0' 
cannot be located. See http://go.microsoft.com/fwlink/?LinkID=798187 for more information

当我双击错误时,它会转到 Targets 文件中的以下代码
<GetSdkPropertyValue Condition="'$(AppxPackagePipelineVersion)' == '$(UapBuildPipeline)'"
                 TargetPlatformSdkRootOverride="$(TargetPlatformSdkRootOverride)"
                 SDKIdentifier="$(SDKIdentifier)"
                 SDKVersion="$(SDKVersion)"
                 TargetPlatformIdentifier="$(TargetPlatformIdentifier)"
                 TargetPlatformMinVersion="$(TargetPlatformMinVersion)"
                 TargetPlatformVersion="$(TargetPlatformVersion)"
                 PropertyName="WindowsSdkDir"
                 VsTelemetrySession="$(VsTelemetrySession)">


我的目标是 WIndows 10 版本 1809(10.0; Build 17763) 并且也有这个作为最低版本。

该应用程序正在使用 .Net Framework 4.7.2

最佳答案

根据 the Microsoft link我必须安装 Windows 10 SDK 版本 1809 的更新。

关于windows-store-apps - 无法找到包含 'UAP.props' 的 'UAP 10.0.17763.0' 的 APPX321 SDK 文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53576280/

相关文章:

json - 如何在 C# XAML Windows 8 Metro App 中解析/反序列化 JSON 字符串?

xaml - 为 Windows 应用商店应用学习 xaml 的最佳资源?

windows-store-apps - 将APPX打包在APPXBUNDLE中

testing - TestCafe:具有动态 ID 的 Web 应用程序(XAF 应用程序)

c# - 如何在 lambda 方法中传递参数和异步关键字?

c# - LiveLoginResult.Status 未知?

c# - 未使用 LockScreen.SetImageFileAsync(file) 更新缓存图像;

c# - 更新 WPF 桌面桥通用应用程序时无法升级设置

c# - 在 XPO 对象中一次设置多个属性

visual-studio - 指定的 LocalDB 实例名称无效 : Able to create migrations but not run them