Explore new APIs in NetStandard.Library: 2.0-*
If all of our conditional compile APIs are now supported, this will allow us to target only NetStandard: 1.3 in the library code and drop specific targeting for the full framework. We should still test against both the full framework and .NET Core so that we can detect platform-specific anomalies.
Code changes should happen in a branch that gets merged to master once .NET Core/Standard 2.0 RTM is released.
Explore new APIs in NetStandard.Library: 2.0-*
If all of our conditional compile APIs are now supported, this will allow us to target only NetStandard: 1.3 in the library code and drop specific targeting for the full framework. We should still test against both the full framework and .NET Core so that we can detect platform-specific anomalies.
Code changes should happen in a branch that gets merged to master once .NET Core/Standard 2.0 RTM is released.