Skip to content

Commit 8f369dc

Browse files
Fix BitOperations defines
1 parent 25f5653 commit 8f369dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

msbuild/props/SixLabors.Global.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
| >=netcoreapp3.1 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y |
128128
| netcoreapp2.1 | Y | Y | Y | Y | Y | N | Y | N | Y | N |
129129
| netcoreapp2.0 | Y | N | N | N | N | N | Y | N | Y | N |
130-
| netstandard2.1 | Y | Y | N | Y | Y | N | Y | N | Y | Y |
130+
| netstandard2.1 | Y | Y | N | Y | Y | N | Y | N | Y | N |
131131
| netstandard2.0 | N | N | N | N | N | N | Y | N | N | N |
132132
| netstandard1.3 | N | N | N | N | N | N | N | N | N | N |
133133
| net472, net48 | N | N | Y | N | N | N | Y | N | N | N |
@@ -154,7 +154,6 @@
154154
<DefineConstants>$(DefineConstants);SUPPORTS_ENCODING_STRING</DefineConstants>
155155
<DefineConstants>$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants>
156156
<DefineConstants>$(DefineConstants);SUPPORTS_CREATESPAN</DefineConstants>
157-
<DefineConstants>$(DefineConstants);SUPPORTS_BITOPERATIONS</DefineConstants>
158157
</PropertyGroup>
159158
</When>
160159
<When Condition="'$(TargetFramework)' == 'netcoreapp2.0'">

0 commit comments

Comments
 (0)