netstandard10
netstandard10 is a version of .NET Standard, an abstract set of APIs that is compatible across multiple .NET implementations. It was released in 2016 as part of the .NET Core 1.0 release. netstandard10 defines a baseline set of APIs that all .NET implementations can support. This allows developers to write libraries that can be consumed by .NET Framework, .NET Core, Xamarin, and other .NET platforms.
The primary goal of .NET Standard is to unify the .NET ecosystem. By targeting a specific .NET