我正在使用Visual Studio Community Edition 2017并尝试创建UWP应用程序.
我收到以下错误
Your project is not referencing the "UAP,Version=v10.0.10240" framework. Add a reference to "UAP,Version=v10.0.10240" in the "frameworks" section of your project.json, and then re-run NuGet restore.
我过去曾多次使用“导出”命令,在我的 Windows 10 笔记本电脑上没有出现任何问题。例如,我可以毫无问题地输入“export FLASK_APP=microblog.py”。今天(2021 年 1 月 18 日)我突然收到错误:“导出”未被识别为内部或外部命令、可操作程序或批处理文件。
我的机器上可能会发生什么变化?