You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* FEATURE_HTTP_WEB_REQUEST is outdated both netstandard2x and net4x support it, rely on DOTNETCORE pragma only
* update .editorconfig to make sure props and targets are formatted like xml and csproj
* Move away from Directory.build.props for a more explicit inclusion approach, reformatted Solution items and moved scripts out of Solution items
* Remove random old connection usage and add explict net461 testing back
* Remove Tests\Directory.build.props it set a TESTINGNUGETPACKAGE pragma which was never used
* cleanup namespaces on full .net HttpConnection alias class
* Obsolete HttpWebRequestConnection on CoreFX since it does not reuse HttpClient instances
* Revert "Remove Tests\Directory.build.props it set a TESTINGNUGETPACKAGE pragma which was never used"
This reverts commit da2d826.
* Remove setting of the TESTINGNUGETPACKAGE constant, not used anywher
* Comment looping up for Directory.build.props for now
* Add root Directory.build.props (for now only sets LangVersion to latest)
0 commit comments