Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
miawinter98 committed Sep 28, 2024
1 parent ddfe6d6 commit 882fe38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions JustShortIt.csproj
Original file line number Diff line number Diff line change
@@ -10,10 +10,10 @@

<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="StackExchange.Redis" Version="2.7.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.8" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="StackExchange.Redis" Version="2.8.16" />
</ItemGroup>

</Project>

0 comments on commit 882fe38

Please sign in to comment.