mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
consume dotnet core 3.0 (#127)
* consume dotnet core 3.0 * update linux dependency doc.
This commit is contained in:
committed by
Thomas Boop
parent
83be145bfd
commit
afd233b735
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user