Skip to content

Commit 660f1fd

Browse files
test: Add test runner for CI
1 parent b26c3f6 commit 660f1fd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/Eftdb.Tests/Eftdb.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<PackageReference Include="Moq" Version="4.20.72" />
2323
<PackageReference Include="Testcontainers.PostgreSql" Version="4.11.0" />
2424
<PackageReference Include="xunit.v3" Version="3.2.2" />
25+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
26+
<PrivateAssets>all</PrivateAssets>
27+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28+
</PackageReference>
2529
</ItemGroup>
2630

2731
<ItemGroup>

0 commit comments

Comments
 (0)