错误 HRESULT:0x80073CF3 部署包 UWP 应用程序失败

ERROR HRESULT: 0x80073CF3 Deployment package UWP App fails

谁能帮忙解决这个问题吗?我无法部署我的通用应用程序。

Error : Windows cannot install package . because this package depends on another package that could not be found. This package requires minimum version 1.0.23302.0 of framework Microsoft.NET.CoreRuntime.1.0 published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US to install.

您必须先部署包依赖项。通常,Visual Studio 会创建一个包含所需包的 "Dependencies" 文件夹 查看设备门户的应用部分。

https://docs.microsoft.com/en-us/windows/iot-core/manage-your-device/deviceportal

我通过从 Visual Studio 进行 Win 10 更新和 sdk 更新解决了这些问题。