20230201_145_upperpc/InSituLaboratory.IService/InSituLaboratory.IService.csproj

20 lines
562 B
XML
Raw Normal View History

2024-03-11 05:12:02 +00:00
<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>