如何将.net标准类库导入.net框架项目?

时间:2017-08-15 22:57:50

标签: .net .net-core

我已经创建了一个针对.NetStandard 1.4的类库,并将其打包为nuget包。到目前为止很好,对吗?

我能够将它导入我的dotnet核心1.1项目,非常愉快。

但是,当我尝试将其导入到VS 2017中的dotnet framework 4.5.2项目时,我收到错误,如下所示:

Could not install package 'YourClassLibrary 1.0.0'. You are trying to
install this package into a project that targets 
'.NETFramework,Version=v4.5.2', but the package does not contain any 
assembly references or content files that are compatible with that 
framework. For more information, contact the package author.

我联系了包裹作者,但那是我,所以那个的家伙没有帮助。我以为这是一个允许的操作。我能做错什么?

更新:根据此页面(https://docs.microsoft.com/en-us/dotnet/standard/net-standard),我的dotnet标准1.4 lib应该可以解决dotnet-framework 4.6.1。

0 个答案:

没有答案