mh_frame_sps/APT.DAL.Data/APT.DAL.Data.csproj

17 lines
441 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" Version="5.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\APT.Domain\APT.Domain.csproj" />
</ItemGroup>
</Project>