You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
341 B
XML
11 lines
341 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FreeRedis" Version="1.2.13" />
|
|
<PackageReference Include="FreeRedis.DistributedCache" Version="1.2.5" />
|
|
<PackageReference Include="Volo.Abp.Caching" Version="8.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|