How to use PCL in ASP.NET Core 1.0 RC2 project

情到浓时终转凉″ 提交于 2019-12-01 21:50:36

I believe this is related to: https://github.com/aspnet/Home/issues/1356

It might be best to follow up on this issue tracker and ask for the current status although it says it will be supported in RC2.

This is part of the whole .NET platform standardization via the netstandard(https://github.com/dotnet/corefx/blob/master/Documentation/architecture/net-platform-standard.md)

You can read more about this here:

http://damien.dennehy.me/blog/2016/01/15/class-library-packages-future-class-libraries/

Note: There's a doc I found today regarding targeting a PCL:

http://dotnet.github.io/docs/core-concepts/libraries/libraries-with-cli.html#how-to-target-a-portable-class-library-pcl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!