What are the 43 APIs that are in .Net Standard 2.0 but not in .Net Framework 4.6.1?
The SO question entitled .NET Standard API Reference , quoting the discussion in https://github.com/dotnet/standard/issues/133 , mentions 43 APIs that will be included in the .Net Standard 2.0 but are not supported by .Net Framework 4.6.1. However, I have not been able to find a list of those 43 APIs anywhere on the Internet. The closest I've come in my search is https://github.com/dotnet/standard/blob/master/docs/versions/netstandard1.5_diff.md and https://github.com/dotnet/standard/blob/master/docs/versions/netstandard1.6_diff.md , which list the APIs introduced in .Net Standard 1.5 and 1.6.