Users/thboop/port3.0changes (#143)

* consume dotnet core 3.0

* update linux dependency doc.
This commit is contained in:
Thomas Boop
2019-10-24 16:44:32 -04:00
committed by GitHub
parent 11aa006d30
commit bf3d32e631
17 changed files with 85 additions and 150 deletions

View File

@@ -70,13 +70,6 @@ namespace GitHub.Runner.Sdk
VssClientHttpRequestSettings.Default.UserAgent = headerValues;
#if OS_LINUX || OS_OSX
// The .NET Core 2.1 runtime switched its HTTP default from HTTP 1.1 to HTTP 2.
// This causes problems with some versions of the Curl handler.
// See GitHub issue https://github.com/dotnet/corefx/issues/32376
VssClientHttpRequestSettings.Default.UseHttp11 = true;
#endif
var certSetting = GetCertConfiguration();
if (certSetting != null)
{