We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b869df5 commit 7fc9c02Copy full SHA for 7fc9c02
NotoriousClient/Clients/Authentication/BasicAuthBaseClient.cs
@@ -1,7 +1,7 @@
1
using NotoriousClient.Builder;
2
using NotoriousClient.Sender;
3
4
-namespace NotoriousClient.Clients
+namespace NotoriousClient.Clients.Authentication
5
{
6
/// <summary>
7
/// Base class for HTTP Client preconfigured with Basic Authentication.
NotoriousClient/NotoriousClient.csproj
@@ -15,7 +15,8 @@
15
16
<ItemGroup>
17
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
18
- <PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
+ <PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
19
+ <PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
20
</ItemGroup>
21
22
0 commit comments