SOMS/src/YunDa.Domain/YunDa.ISAS.Redis/YunDa.ISAS.Redis.csproj

15 lines
597 B
XML
Raw Normal View History

2024-07-15 10:31:26 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="StackExchange.Redis" Version="2.2.50" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\YunDa.Core\YunDa.ISAS.Core\YunDa.ISAS.Core.csproj" />
<ProjectReference Include="..\..\YunDa.Util\ToolLibrary\ToolLibrary.csproj" />
<ProjectReference Include="..\YunDa.ISAS.Redis.Entities\YunDa.ISAS.Redis.Entities.csproj" />
</ItemGroup>
</Project>