20230201_145_upperpc/InSituLaboratory.IService/InSituLaboratory.IService.csproj
2024-03-11 13:12:02 +08:00

20 lines
562 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\InSituLaboratory.Base\InSituLaboratory.Base.csproj" />
<ProjectReference Include="..\InSituLaboratory.Entities\InSituLaboratory.Entities.csproj" />
</ItemGroup>
</Project>