You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
380 B
12 lines
380 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp5</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="StackExchange.Redis" Version="2.0.593" />
|
|
<PackageReference Include="Volo.Abp.Core" Version="4.0.0" />
|
|
<PackageReference Include="CSRedisCore" Version="3.2.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|