| 123456789101112131415161718 |
- <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.Drawing.Common" Version="7.0.0" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\ivf_tl_Entity\ivf_tl_Entity.csproj" />
- </ItemGroup>
- </Project>
|