We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf182b2 commit 0d86bdaCopy full SHA for 0d86bda
src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj
@@ -2,6 +2,8 @@
2
<PropertyGroup>
3
<TargetFrameworks>net8.0;net9.0;netstandard2.0;netstandard2.1</TargetFrameworks>
4
<LangVersion>latest</LangVersion>
5
+ <IsPackable>false</IsPackable>
6
+ <IsPublishable>false</IsPublishable>
7
<DefineConstants>$(DefineConstants);XUNIT_V3</DefineConstants>
8
</PropertyGroup>
9
<ItemGroup>
0 commit comments