Seyounth.Auto.Hs/share/Syc.Abp.Caching/Syc.Abp.Caching.csproj

15 lines
389 B
XML
Raw Normal View History

2025-06-04 09:42:48 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-06-23 14:22:59 +08:00
<TargetFramework>net8.0</TargetFramework>
2025-06-04 09:42:48 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2025-06-24 13:58:06 +08:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="8.0.0" />
2025-06-04 09:42:48 +08:00
</ItemGroup>
</Project>