IvfTl.ControlHost.Tests.csproj 667 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <IsPackable>false</IsPackable>
  5. <Nullable>disable</Nullable>
  6. <LangVersion>latest</LangVersion>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
  10. <PackageReference Include="xunit" Version="2.6.2" />
  11. <PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\ivf_tl_ControlHost\ivf_tl_ControlHost.csproj" />
  15. <ProjectReference Include="..\IvfTl.Hardware\IvfTl.Hardware.csproj" />
  16. </ItemGroup>
  17. </Project>