Files
Libation/Source/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj
2025-12-21 15:03:52 +01:00

19 lines
484 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MSTest" Version="4.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\LibationSearchEngine\LibationSearchEngine.csproj" />
<ProjectReference Include="..\AssertionHelper\AssertionHelper.csproj" />
</ItemGroup>
</Project>