From b4b0527fc7c05fca5bee50b3fea6bd9f2608e231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Wed, 18 Aug 2021 14:39:34 +0800 Subject: [PATCH] add using --- FastGithub.Http/HttpClientHandler.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FastGithub.Http/HttpClientHandler.cs b/FastGithub.Http/HttpClientHandler.cs index 80ec17a..6856a11 100644 --- a/FastGithub.Http/HttpClientHandler.cs +++ b/FastGithub.Http/HttpClientHandler.cs @@ -1,4 +1,5 @@ -using FastGithub.DomainResolve; +using FastGithub.Configuration; +using FastGithub.DomainResolve; using System; using System.Collections; using System.Collections.Generic;