Skip to content

Commit

Permalink
update caching package
Browse files Browse the repository at this point in the history
  • Loading branch information
dibiancoj committed Nov 14, 2024
1 parent af3c744 commit 299de65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/LibraryCore.Caching/LibraryCore.Caching.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<Description>.NetCore Common Utilities For Caching</Description>
<RepositoryUrl>https://github.com/dibiancoj/LibraryCore</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>9.2.0</Version>
<Version>9.3.0</Version>
<Title>LibraryCore - Caching</Title>
<IsTrimmable>true</IsTrimmable>
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

Expand Down

0 comments on commit 299de65

Please sign in to comment.