码迷,mamicode.com
首页 > 移动开发 > 详细

.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'.

时间:2016-08-11 15:41:55      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:

.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": {} } 

 

.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'.

标签:

原文地址:http://www.cnblogs.com/94cool/p/5761002.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!