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

18 lines
601 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>
<ProjectReference Include="..\..\YunDa.Application\YunDa.ISAS.DataTransferObject\YunDa.ISAS.DataTransferObject.csproj" />
<ProjectReference Include="..\..\YunDa.Application\YunDa.ISAS.ExternalInteraction.DataTransferObject\YunDa.ISAS.ExternalInteraction.DataTransferObject.csproj" />
<ProjectReference Include="..\YunDa.ISAS.Entities\YunDa.ISAS.Entities.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Geneirc\" />
</ItemGroup>
</Project>