File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 53
53
| >=netcoreapp3.1 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y |
54
54
| netstandard2.1 | Y | Y | N | Y | Y | N | Y | N | Y | N |
55
55
| netstandard2.0 | N | N | N | N | N | N | Y | N | N | N |
56
- | netstandard1.3 | N | N | N | N | N | N | N | N | N | N |
57
- | net472, net48 | N | N | Y | N | N | N | Y | N | N | N |
56
+ | net48 | N | N | Y | N | N | N | Y | N | N | N |
58
57
+===================+=======+==========+=====================+=============+=================+====================+==============+=========|============|===============|
59
58
-->
60
59
<Choose >
61
- <When Condition =" '$(TargetFramework)' == 'net472' OR '$(TargetFramework)' == ' net48'" >
60
+ <When Condition =" '$(TargetFramework)' == 'net48'" >
62
61
<PropertyGroup >
63
62
<DefineConstants >$(DefineConstants);SUPPORTS_EXTENDED_INTRINSICS</DefineConstants >
64
63
<DefineConstants >$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants >
You can’t perform that action at this time.
0 commit comments