SqlSugar/Src/Asp.NetCore2/CacheTest/CacheTest.csproj

18 lines
466 B
XML
Raw Normal View History

2020-12-05 20:16:34 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-11-08 22:59:10 +08:00
<TargetFramework>net6.0</TargetFramework>
2020-12-05 20:16:34 +08:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>