File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 154
154
<DefineConstants >$(DefineConstants);SUPPORTS_ENCODING_STRING</DefineConstants >
155
155
<DefineConstants >$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants >
156
156
<DefineConstants >$(DefineConstants);SUPPORTS_CREATESPAN</DefineConstants >
157
+ <DefineConstants >$(DefineConstants);SUPPORTS_BITOPERATIONS</DefineConstants >
157
158
</PropertyGroup >
158
159
</When >
159
160
<When Condition =" '$(TargetFramework)' == 'netcoreapp2.0'" >
186
187
<DefineConstants >$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants >
187
188
<DefineConstants >$(DefineConstants);SUPPORTS_HOTPATH</DefineConstants >
188
189
<DefineConstants >$(DefineConstants);SUPPORTS_CREATESPAN</DefineConstants >
190
+ <DefineConstants >$(DefineConstants);SUPPORTS_BITOPERATIONS</DefineConstants >
189
191
</PropertyGroup >
190
192
</When >
191
193
</Choose >
You can’t perform that action at this time.
0 commit comments