Skip to content

Commit

Permalink
fix: Set XunitV3 packable and publishable to false (NU5104)
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn committed Dec 9, 2024
1 parent bf182b2 commit 0d86bda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0;netstandard2.0;netstandard2.1</TargetFrameworks>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>
<IsPublishable>false</IsPublishable>
<DefineConstants>$(DefineConstants);XUNIT_V3</DefineConstants>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 0d86bda

Please sign in to comment.