Skip to content

Commit 7fc9c02

Browse files
fix(NotoriousClient): Downgrade dependencies for compatibility with net8
1 parent b869df5 commit 7fc9c02

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

NotoriousClient/Clients/Authentication/BasicAuthBaseClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using NotoriousClient.Builder;
22
using NotoriousClient.Sender;
33

4-
namespace NotoriousClient.Clients
4+
namespace NotoriousClient.Clients.Authentication
55
{
66
/// <summary>
77
/// Base class for HTTP Client preconfigured with Basic Authentication.

NotoriousClient/NotoriousClient.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
18-
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
18+
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
19+
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
1920
</ItemGroup>
2021

2122
<ItemGroup>

0 commit comments

Comments
 (0)