| 12345678910111213141516171819 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <Platforms>AnyCPU;x64</Platforms>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="System.IO.Ports" Version="7.0.0" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\ivf_tl_Entity\ivf_tl_Entity.csproj" />
- <ProjectReference Include="..\ivf_tl_UtilHelper\ivf_tl_UtilHelper.csproj" />
- </ItemGroup>
- </Project>
|