Skip to content

Commit 912e127

Browse files
Upgrade a library
1 parent 0ef4b0d commit 912e127

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/RestClient.NET/RestClient.Net.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
<PackageReference Include="System.Net.Http" Version="4.3.4" />
2828
</ItemGroup>
2929
</When>
30-
<Otherwise>
31-
<ItemGroup>
32-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.5" />
33-
</ItemGroup>
34-
</Otherwise>
3530
</Choose>
3631

3732
</Project>

src/RestClient.Net.Abstractions/RestClient.Net.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</When>
2525
<Otherwise>
2626
<ItemGroup>
27-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.5" />
27+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
2828
<Compile Remove="Logging\**" />
2929
<EmbeddedResource Remove="Logging\**" />
3030
<None Remove="Logging\**" />

0 commit comments

Comments
 (0)