Skip to content

Commit 2e0d221

Browse files
committed
Update dependencies
1 parent 71e7db8 commit 2e0d221

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

HttpClient.Cache.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
4-
VisualStudioVersion = 17.13.35931.197 d17.13
4+
VisualStudioVersion = 17.13.35931.197
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpClient.Cache", "src\HttpClient.Cache\HttpClient.Cache.csproj", "{4495CFD5-788C-B748-283E-08AFC74976DE}"
77
EndProject

src/HttpClient.Cache/HttpClient.Cache.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</None>
2222
</ItemGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.5" />
25-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.5" />
26-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.12.0" />
24+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.6" />
25+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" />
26+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.12.1" />
2727
</ItemGroup>
2828
</Project>

0 commit comments

Comments
 (0)