Skip to content

Commit

Permalink
update caching package (#377)
Browse files Browse the repository at this point in the history
* update caching package

* update
  • Loading branch information
dibiancoj authored Nov 14, 2024
1 parent af3c744 commit 0c7fc27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.5" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
</ItemGroup>

Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
Expand Down

0 comments on commit 0c7fc27

Please sign in to comment.