添加缓存模块

This commit is contained in:
陈淳
2023-01-11 18:16:58 +08:00
parent 5604c6ece5
commit ba84d0ead3
37 changed files with 773 additions and 43 deletions

View File

@@ -6,4 +6,13 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CSRedisCore" Version="3.8.670" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Yi.Framework.Caching\Yi.Framework.Caching.csproj" />
<ProjectReference Include="..\Yi.Framework.Core\Yi.Framework.Core.csproj" />
</ItemGroup>
</Project>