In the new project wizard in Visual Studio 2017, I see both the option to create a new .NET Standard library as well as a new .NET Core library. I understand that .NET Standard is a specification while .NET Core is a cross-platform implementation of that spec.
But can someone explain the real differences when creating libraries from each of the following ways? To make matters worse, if you look closely, both dialogs also have a drop-down on the top that says ".NET Framework 4.6.2" :( - what's up with that?
.NET Standard Library
.NET Core Library
Side note: The naming convention is confusing. ".NET 5" sounds simpler
.net core 2.0
:( blogs.msdn.microsoft.com/dotnet/2016/09/26/… – DeepSpace101