检测到包降级警告(dotnet core,与 2017 相比) [英] Detected package downgrade warning (dotnet core, vs 2017)

查看:21
本文介绍了检测到包降级警告(dotnet core,与 2017 相比)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚为我的解决方案(dotnet core 1.1 项目)更新了所有 nuget 包.

I have just updated all my nuget packages for my solution (dotnet core 1.1 project).

我现在收到以下警告,但我真的不知道它们是什么意思.

I am now getting the following warnings and I don't really know what they mean.

更新:我仍然收到上述警告.我的 web 项目警告 Microsoft.NETCore.App 包(见下面的截图),我的 lib 项目警告 NETStandard.Library(见上面的截图)

Update: I am still getting warnings mentioned above. My web projects warn about the Microsoft.NETCore.App package (see screenshot below) and my lib projects warn about NETStandard.Library (see screenshot above)

尝试在 NuGet 包管理器中更新 Microsoft.NETCore.App 时,出现以下错误:

When trying to update Microsoft.NETCore.App in the NuGet package manager, I am getting the following error:

希望有人能帮我摆脱这些警告并设置它应该做的一切,这样我就可以更新我所有的包.

Hope someone can help me get rid of those warnings and setup everything it is meant to be, so I can update all my packages.

推荐答案

根据上面的回答,工作解决方案是从您的 csproj 文件中删除以下行.

As per answer above the working solution is to remove the following line from your csproj file.

网络应用项目:

<RuntimeFrameworkVersion>1.0.4</RuntimeFrameworkVersion>

Lib 项目:

<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>

这篇关于检测到包降级警告(dotnet core,与 2017 相比)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆