DotNetCore跨平台~问题~NETCoreAPP, Version=v1.0' compatible with one of the target runtimes: 'win10-x64

回到目录

新建console项目之后,编译程序出现以下错误:

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‘. Possible causes:
        The project has not been restored or restore failed -run ‘dotnet restore‘
        The project does not list one of ‘win10-x64, win81-x64, win7-x64‘ in the ‘runtimes‘

解决方案:

打开project.json

将以下代码添加到根节点

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

添加后的样子如下:

以上问题就可以得到解决了,事实上就是告诉dotnet core 这个项目要在64位的windows上运行!

回到目录

DotNetCore跨平台~问题~NETCoreAPP, Version=v1.0' compatible with one of the target runtimes: 'win10-x64

时间: 2024-10-13 22:43:13

DotNetCore跨平台~问题~NETCoreAPP, Version=v1.0' compatible with one of the target 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'.

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

Nuget自己打包引用的时候出现错误:Package is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package 1.0.1 supports: net (.NETFramework,Version=v0.0)

解决方法: project.json中将 "frameworks": { "netcoreapp1.0": { "imports": [ "dnxcore50", "portable-net45+win8" ]}  dnxcore50删除 "frameworks": {"netcoreapp1.0": { "imports": ["por

dotnet core 出现Can not find runtime target for framework '.NETCoreApp,Version=v1.6' 的解决办法

如果你在更新dotnet 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'. Possible causes:        The project has not been restored

编程词典 - Swift version V1.0

App Store: 编程词典 - Swift version V1.0 这是一本覆盖Swift基础词汇的词典,也是你可以自定义的单词本. 学编程的前提是学好英语,传统词典编写速度已赶不上计算机行业发明新词的速度.本应用专注于Swift语言和iOS开发中有特定含义的英文单词,对这些单词进行详细的中文讲解,最重要的是有丰富实用的代码示例. 在你学习Swift的过程中,会遇到很多新词,也会对已知的词有新的理解.这个应用是你的单词本,你可以创建新词,也可以编辑任何已存在的单词.它将成为最适合你学习进度

QT-利用C++仿制windown自带的记事本程序V1.0

下班无事, 发现QT还是很好用的, 就仿制windows的记事本做了一个,未彻底DEBUG, 先拿来分享下. windows记事本大概是这样的: 大概分为以下几步: 1. 界面用QT代码写,即可, QT的布局很强大 1 //create all actions 2 void Notepad::createActions() 3 { 4 newAct = new QAction(tr("新建(&N)"), this); 5 openAct = new QAction(tr(&qu

画线代码V1.0.0

画线代码: 最终效果图: 优点: 1.效果还行,计算量也不大(就一点2维直线一般式能有多少运算量). 缺点: 1.每条线怎么也是建模,可能会有点开销. 2.编辑起来很是麻烦. 代码部分: /*************************************** Editor: Tason Version: v1.0 Last Edit Date: 2018-XX-XX Tel: [email protected] Function Doc: 1.自建Mesh划线 ************

效率飞速提高Four Dimension Technologies GeoTools v17.0 1CD+AutoHook.2017.v1.0.3.00 1CD

效率飞速提高Four Dimension Technologies GeoTools v17.0 1CD+AutoHook.2017.v1.0.3.00 1CD GeoTools v12.18 1CD     GeoTools写的是测绘.GIS用户心中最初但现在有这个程序它是有用的,只是任何AutoCAD用户相关的足够的命令.GeoTools现在是几乎所有的AutoCAD用户有用.它解决了很多常见的问题和地图生产的要求和编辑AutoCAD是地理数据的一个非常方便的工具捕获(GIS底图).处理.转

DotNetCore跨平台~Quartz定时单次任务

之前写过一篇文件<DotNetCore跨平台~Quartz热部署的福音-监控文件夹的变化>,今天主要把框架优化了一下,支持外部触发,并支持外部将参数以JobDataMap形式进行输入,然后在咱们的Job里进行使用它,故称参数化任务. Quartz使用场景: 定时单次任务:在未来某个时间去执行一次 定点任务 :在某个时间去执行,可以是轮询的 周期任务 :按某个时间间隔去轮询执行 今天说的外部触发的任务是指第一种,即在未来某个时间点去执行,并且只执行一次.说一下思路,这种任务某个JobBase的子

ASP.NET Boilerplate终于发布v1.0了

(此文章同时发表在本人微信公众号"dotNET每日精华文章",欢迎右边二维码来关注.) 题记:ABP经过2年多的开发,终于发布第一个主要版本了,谨此提醒ABP的使用者. ASP.NET Boilerplate之前顺带介绍过两次.下面直接摘抄一点阳铭的介绍(http://www.cnblogs.com/mienreal/p/4528641.html): ABP是"ASP.NET Boilerplate Project (ASP.NET样板项目)"的简称. ASP.NE