NetCoreApp2.1 now has a HttpClient implementation with consistent behavior across platforms. This allows us to use the same client to run all of the tests. I've changed the primary test project to only target netcoreapp2.1. The actual tests select their own TFMs when publishing the test site.
82
NetCoreApp2.1 now has a HttpClient implementation with consistent behavior across platforms. This allows us to use the same client to run all of the tests. I've changed the primary test project to only target netcoreapp2.1. The actual tests select their own TFMs when publishing the test site.