Add SUPPORTS_GCMEMORYINFO
This commit is contained in:
Родитель
847a4e4c84
Коммит
47b580df6a
|
@ -121,19 +121,18 @@
|
|||
|
||||
<!-- Define target framework specific constants.
|
||||
https://apisof.net/
|
||||
+===================+=======+==========+=====================+=============+=================+====================+==============+=========+============|===============|
|
||||
| SUPPORTS | MATHF | HASHCODE | EXTENDED_INTRINSICS | SPAN_STREAM | ENCODING_STRING | RUNTIME_INTRINSICS | CODECOVERAGE | HOTPATH | CREATESPAN | BITOPERATIONS |
|
||||
+===================+=======+==========+=====================+=============+=================+====================+==============+=========|============|===============|
|
||||
| >=netcoreapp3.1 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y |
|
||||
| netcoreapp2.1 | Y | Y | Y | Y | Y | N | Y | N | Y | N |
|
||||
| netcoreapp2.0 | Y | N | N | N | N | N | Y | N | Y | N |
|
||||
| netstandard2.1 | Y | Y | N | Y | Y | N | Y | N | Y | N |
|
||||
| netstandard2.0 | N | N | N | N | N | N | Y | N | N | N |
|
||||
| netstandard1.3 | N | N | N | N | N | N | N | N | N | N |
|
||||
| net472, net48 | N | N | Y | N | N | N | Y | N | N | N |
|
||||
+===================+=======+==========+=====================+=============+=================+====================+==============+=========|============|===============|
|
||||
-->
|
||||
<Choose>
|
||||
+===================+=======+==========+=====================+=============+=================+====================+==============+=========+============|===============|==============|
|
||||
| SUPPORTS | MATHF | HASHCODE | EXTENDED_INTRINSICS | SPAN_STREAM | ENCODING_STRING | RUNTIME_INTRINSICS | CODECOVERAGE | HOTPATH | CREATESPAN | BITOPERATIONS | GCMEMORYINFO |
|
||||
+===================+=======+==========+=====================+=============+=================+====================+==============+=========|============|===============|==============|
|
||||
| >=netcoreapp3.1 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y |
|
||||
| netcoreapp2.1 | Y | Y | Y | Y | Y | N | Y | N | Y | N | N |
|
||||
| netcoreapp2.0 | Y | N | N | N | N | N | Y | N | Y | N | N |
|
||||
| netstandard2.1 | Y | Y | N | Y | Y | N | Y | N | Y | N | N |
|
||||
| netstandard2.0 | N | N | N | N | N | N | Y | N | N | N | N |
|
||||
| netstandard1.3 | N | N | N | N | N | N | N | N | N | N | N |
|
||||
| net472, net48 | N | N | Y | N | N | N | Y | N | N | N | N |
|
||||
+===================+=======+==========+=====================+=============+=================+====================+==============+=========|============|===============|==============|
|
||||
--> <Choose>
|
||||
<When Condition="'$(TargetFramework)' == 'net472' OR '$(TargetFramework)' == 'net48'">
|
||||
<PropertyGroup>
|
||||
<DefineConstants>$(DefineConstants);SUPPORTS_EXTENDED_INTRINSICS</DefineConstants>
|
||||
|
@ -187,8 +186,8 @@
|
|||
<DefineConstants>$(DefineConstants);SUPPORTS_HOTPATH</DefineConstants>
|
||||
<DefineConstants>$(DefineConstants);SUPPORTS_CREATESPAN</DefineConstants>
|
||||
<DefineConstants>$(DefineConstants);SUPPORTS_BITOPERATIONS</DefineConstants>
|
||||
<DefineConstants>$(DefineConstants);SUPPORTS_GCMEMORYINFO</DefineConstants>
|
||||
</PropertyGroup>
|
||||
</When>
|
||||
</Choose>
|
||||
|
||||
</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче