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.
source
share