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

28 lines
896 B
XML
Raw Normal View History

2024-08-22 14:18:13 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2024-07-15 10:31:26 +08:00
<PropertyGroup>
2025-09-11 15:12:10 +08:00
<TargetFramework>net8.0</TargetFramework>
2024-07-15 10:31:26 +08:00
</PropertyGroup>
2024-12-25 15:06:46 +08:00
<ItemGroup>
<Compile Remove="Geneirc\**" />
<EmbeddedResource Remove="Geneirc\**" />
<None Remove="Geneirc\**" />
</ItemGroup>
2024-07-15 10:31:26 +08:00
<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" />
2024-07-15 10:31:26 +08:00
</ItemGroup>
<ItemGroup>
2024-11-26 13:45:28 +08:00
<Folder Include="ProtectionDevice\" />
2024-12-06 16:32:13 +08:00
<Folder Include="CommonUtilities\" />
2024-07-15 10:31:26 +08:00
</ItemGroup>
2024-12-25 15:06:46 +08:00
<ItemGroup>
<PackageReference Include="StackExchange.Redis" Version="2.2.50" />
</ItemGroup>
2024-07-15 10:31:26 +08:00
</Project>