Skip to content

Commit

Permalink
Fix libraries being handled as test projects (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikwlund committed May 16, 2024
1 parent d793865 commit e1b56e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
<PackageReference Include="xunit" VersionOverride="2.4.1" />
</ItemGroup>

<ItemGroup>
<ProjectCapability Remove="TestContainer" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
<PackageReference Include="xunit.core" />
</ItemGroup>

<ItemGroup>
<ProjectCapability Remove="TestContainer" />
</ItemGroup>

</Project>

0 comments on commit e1b56e1

Please sign in to comment.