SuZhouZhanFang/suzhou-iot-service/Gather.DAL/Gather.DAL.csproj

23 lines
551 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="SYSTEM\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.22" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Gather.IDAL\Gather.IDAL.csproj" />
<ProjectReference Include="..\Gather.Model\Gather.Model.csproj" />
</ItemGroup>
</Project>