mh_frame_sps/APT.Domain/APT.Domain.csproj

16 lines
382 B
XML
Raw Permalink Normal View History

2026-04-07 13:47:52 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\APT.Infrastructure.EF\APT.Infrastructure.EF.csproj" />
</ItemGroup>
</Project>