Skip to content

Commit 5d9ef4b

Browse files
committed
Remove unnecessary XUNIT_VALUETASK definition
1 parent 0266bac commit 5d9ef4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/xunit.assert/xunit.assert.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<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>
5+
<DefineConstants Condition=" '$(TargetFramework)' == 'net6.0' ">$(DefineConstants);XUNIT_IMMUTABLE_COLLECTIONS;XUNIT_NULLABLE;XUNIT_SPAN</DefineConstants>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Nullable>enable</Nullable>
88
<TargetFrameworks>netstandard1.1;net6.0</TargetFrameworks>

0 commit comments

Comments
 (0)