1
DotNet / Re: .Net Core Real Talk
« on: August 05, 2017, 03:20:51 pm »
I honestly fail to understand why you are wanting to switch to .NET Core in the first place. A modern .NET library (as this one aims to be) targets .NET Standard, a common ground between ALL .NET platforms, be it .NET Framework, .NET Core, Mono, or UWP.
Please, have a look at Microsoft's documentation on .NET Standard, and then rethink if you should target .NET Core, continue targetting .NET Framework, or target .NET Standard.
Please, have a look at Microsoft's documentation on .NET Standard, and then rethink if you should target .NET Core, continue targetting .NET Framework, or target .NET Standard.