tests(tests.common): add class library for sharing code amongst test projects

This commit is contained in:
Stevan Freeborn
2026-03-10 07:41:23 -05:00
parent 091fa6f01c
commit c713a5448d
9 changed files with 392 additions and 0 deletions
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="AwesomeAssertions" />
<PackageReference Include="Moq" />
<PackageReference Include="xunit.v3.extensibility.core" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\FiscalOS.Core\FiscalOS.Core.csproj" />
<ProjectReference Include="..\..\src\FiscalOS.Infra\FiscalOS.Infra.csproj" />
</ItemGroup>
</Project>