Fix CA1052
This commit is contained in:
@@ -14,7 +14,7 @@ using System.Net.Http;
|
||||
|
||||
namespace OpenRA.Support
|
||||
{
|
||||
public class HttpClientFactory
|
||||
public static class HttpClientFactory
|
||||
{
|
||||
#if NET5_0_OR_GREATER
|
||||
const int MaxConnectionPerServer = 20;
|
||||
|
||||
Reference in New Issue
Block a user