.Net Core 控制台程序错误:Can not find runtime target for framework '.NETCoreApp,Version=v1.0' compatible with one of the target runtimes: 'win10-x64, win81-x

Net Core 控制台程序错误:Can not find runtime target for framework '.NETCoreApp,Version=v1.0' compatible with one of the target runtimes: 'win10-x64, win81-x64, win8-x64, win7-x64'.

解决方法:

在项目文件project.json里添加:

"runtimes": {
"win10-x64": {} }



本文转自94cool博客园博客,原文链接:http://www.cnblogs.com/94cool/p/5761002.html,如需转载请自行联系原作者

上一篇:Selenium操作联动菜单


下一篇:C# Windows Phone App 开发,修改【锁定画面】,从【Assets】、【UI】、【网路图片】,并解决失灵问题。