【问题标题】:How its the package Nito.AsyncEx in Nuget targeting multiple frameworkNuget 中的 Nito.AsyncEx 包如何针对多个框架
【发布时间】:2019-11-27 18:21:26
【问题描述】:

我需要知道当我将包 Nito.AsyncEx 安装在 .Net Project 或 .Net Core 中时,它是如何针对多个框架的,它与它们都兼容。这个包是用 .Net 标准开发的还是有别的东西?

【问题讨论】:

  • 包的版本是5.0.0

标签: .net asp.net-core asp.net-web-api nuget-package nuget-package-restore


【解决方案1】:

在我看来,原因只是包是用.Net标准开发的。

你可以搜索包的github代码,下载并在vs中打开源代码,然后你会发现他所有的类库都有

<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>

【讨论】:

  • 是的,非常感谢 :)
猜你喜欢
  • 2016-05-18
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-03-13
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多