Skip to content

Commit cc5f6fe

Browse files
authored
Define SUPPORTS_BITOPERATIONS
1 parent 48e73f4 commit cc5f6fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

msbuild/props/SixLabors.Global.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
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>
157158
</PropertyGroup>
158159
</When>
159160
<When Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
@@ -186,6 +187,7 @@
186187
<DefineConstants>$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants>
187188
<DefineConstants>$(DefineConstants);SUPPORTS_HOTPATH</DefineConstants>
188189
<DefineConstants>$(DefineConstants);SUPPORTS_CREATESPAN</DefineConstants>
190+
<DefineConstants>$(DefineConstants);SUPPORTS_BITOPERATIONS</DefineConstants>
189191
</PropertyGroup>
190192
</When>
191193
</Choose>

0 commit comments

Comments
 (0)