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

19 lines
460 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="Prism.Core" Version="8.1.97" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\InSituLaboratory.IService\InSituLaboratory.IService.csproj" />
</ItemGroup>
</Project>