Sinet.CacheService/Sinet.CacheService.csproj

15 lines
401 B
XML
Raw Normal View History

2023-08-25 14:10:51 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
2023-09-14 11:29:55 +08:00
<ServerGarbageCollection>false</ServerGarbageCollection>
2023-08-25 14:10:51 +08:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="7.0.10" />
</ItemGroup>
</Project>