【发布时间】:2018-04-15 03:11:06
【问题描述】:
在编译我的 UWP 项目时,我在构建开始之前有以下输出:
Error occurred while restoring NuGet packages: The UNC path should be of the form \\server\share.
我认为这会导致我的 UWP 包出现错误,因为我缺少 Microsoft.NETCore.UniversalWindowsPlatform 参考。
我该如何解决这个问题?
【问题讨论】:
标签: visual-studio uwp nuget