Advantages of netcoreapp2.0 vs netstandard2.0 for a library project

后端 未结 2 1693
名媛妹妹
名媛妹妹 2021-01-01 18:14

I have a preexisting dotnet 4.6.2 solution that comprises of two outer projects (to be ported at the same time) and a shared core library.

I need to cho

2条回答
  •  失恋的感觉
    2021-01-01 18:34

    NetStandard is new recommended library format that enables sharing between different frameworks(NetFramwwork, NetCore, Xamarin) so that would be the answer. https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/

提交回复
热议问题