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 0266bac commit 5d9ef4bCopy full SHA for 5d9ef4b
1 file changed
src/xunit.assert/xunit.assert.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<DefineConstants Condition=" '$(TargetFramework)' == 'netstandard1.1' ">$(DefineConstants);XUNIT_NULLABLE</DefineConstants>
5
- <DefineConstants Condition=" '$(TargetFramework)' == 'net6.0' ">$(DefineConstants);XUNIT_IMMUTABLE_COLLECTIONS;XUNIT_NULLABLE;XUNIT_SPAN;XUNIT_VALUETASK</DefineConstants>
+ <DefineConstants Condition=" '$(TargetFramework)' == 'net6.0' ">$(DefineConstants);XUNIT_IMMUTABLE_COLLECTIONS;XUNIT_NULLABLE;XUNIT_SPAN</DefineConstants>
6
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7
<Nullable>enable</Nullable>
8
<TargetFrameworks>netstandard1.1;net6.0</TargetFrameworks>
0 commit comments