Fix test harness casing and exclude test sources from app

This commit is contained in:
2026-02-05 17:51:36 +01:00
parent 7e2d9ba9b8
commit f2f1784ae8
7 changed files with 14 additions and 7 deletions

View File

@@ -14,4 +14,10 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.2" />
</ItemGroup>
<ItemGroup>
<Compile Remove="GameList.Tests\**\*.cs" />
<EmbeddedResource Remove="GameList.Tests\**\*" />
<None Remove="GameList.Tests\**\*" />
</ItemGroup>
</Project>