Skip to content

Commit d09717f

Browse files
committed
🚑将IHttpClientFactory改为System.Net.Http.Client命名空间下的
1 parent c9b3933 commit d09717f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/BD.SteamClient/Services.Implementation/SteamDbWebApiServiceImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Net.Http.Client;
1+
using IHttpClientFactory = System.Net.Http.Client.IHttpClientFactory;
22

33
namespace BD.SteamClient.Services.Implementation;
44

src/BD.SteamClient/Services.Implementation/SteamGridDBWebApiServiceImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Net.Http.Client;
1+
using IHttpClientFactory = System.Net.Http.Client.IHttpClientFactory;
22
using JsonSerializer = Newtonsoft.Json.JsonSerializer;
33

44
namespace BD.SteamClient.Services.Implementation;

src/BD.SteamClient/Services.Implementation/SteamworksWebApiServiceImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Net.Http.Client;
1+
using IHttpClientFactory = System.Net.Http.Client.IHttpClientFactory;
22

33
namespace BD.SteamClient.Services.Implementation;
44

0 commit comments

Comments
 (0)