Skip to content

Commit c9b3933

Browse files
committed
🚑解决IHttpClientFactory命名空间错误的问题
1 parent 06b5e4a commit c9b3933

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using HttpMethod = System.Net.Http.HttpMethod;
77
using JsonSerializer = System.Text.Json.JsonSerializer;
88

9-
namespace ProjectRecharge.Services.Implementation;
9+
namespace BD.SteamClient.Services;
1010

1111
public sealed partial class SteamAccountService : HttpClientUseCookiesWithDynamicProxyServiceImpl, ISteamAccountService
1212
{

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using System.Net.Http.Client;
2+
13
namespace BD.SteamClient.Services.Implementation;
24

35
internal sealed class SteamDbWebApiServiceImpl : GeneralHttpClientFactory, ISteamDbWebApiService

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using System.Net.Http.Client;
12
using JsonSerializer = Newtonsoft.Json.JsonSerializer;
23

34
namespace BD.SteamClient.Services.Implementation;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using System.Net.Http.Client;
2+
13
namespace BD.SteamClient.Services.Implementation;
24

35
internal sealed class SteamworksWebApiServiceImpl : GeneralHttpClientFactory, ISteamworksWebApiService

0 commit comments

Comments
 (0)