SOMS/src/YunDa.Domain/YunDa.SOMS.Redis.Entities/YunDa.SOMS.Redis.Entities.csproj
2025-07-08 14:01:10 +08:00

28 lines
903 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Geneirc\**" />
<EmbeddedResource Remove="Geneirc\**" />
<None Remove="Geneirc\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\YunDa.Application\YunDa.SOMS.DataTransferObject\YunDa.SOMS.DataTransferObject.csproj" />
<ProjectReference Include="..\..\YunDa.Application\YunDa.SOMS.ExternalInteraction.DataTransferObject\YunDa.SOMS.ExternalInteraction.DataTransferObject.csproj" />
<ProjectReference Include="..\YunDa.SOMS.Entities\YunDa.SOMS.Entities.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="ProtectionDevice\" />
<Folder Include="CommonUtilities\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="StackExchange.Redis" Version="2.2.50" />
</ItemGroup>
</Project>