A library of classes that can be shared between the .NET Framework and the .NET Core

I have a library of large classes written in .NET 4.0, but when I refer to it in the App Store using .NET Core, it shows an error. In addition, Microsoft has released .NET Core for the next version of .NET.

I want to know what type of project will be shared by both .NET 4.6 and .NET Core? Is this a class library capable of doing this?

It seems that the release of the .NET Core, specialized for Store apps, is causing me confusion.

+4
source share
2 answers

PCL (Portable Class Library), Metro, .NET(, ASP.NET, WF, WPF).

, , PCL.

+2

dotnet, DNX, UWP .Net 4.6. , .Net Core , .Net Framework.

: https://oren.codes/2015/07/29/targeting-net-core/ .

+1

All Articles