Skip to content

Commit

Permalink
chore: bump dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxelr committed Jun 30, 2021
1 parent f426c62 commit e897a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
<PackageReference Include="StackExchange.Redis" Version="2.2.4" />
<PackageReference Include="StackExchange.Redis" Version="2.2.50" />
<PackageReference Include="SwashBuckle.AspNetCore.SwaggerUi" Version="6.1.4" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Carter.Cache.Redis/Carter.Cache.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="StackExchange.Redis" Version="2.2.4" />
<PackageReference Include="StackExchange.Redis" Version="2.2.50" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e897a36

Please sign in to comment.