aspnet / ServerTests

[Archived] Tests for Helios, WebListener and Kestrel. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
21 stars 13 forks source link

Simplify test TFMs #108

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

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.

jkotalik commented 6 years ago

Seems like tests are failing on appveyor and travis.