Skip to content

Commit b861eaa

Browse files
authored
Removed unused when condition
1 parent 13ea0ee commit b861eaa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Directory.Build.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@
5353
| >=netcoreapp3.1 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y |
5454
| netstandard2.1 | Y | Y | N | Y | Y | N | Y | N | Y | N |
5555
| 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 |
5857
+===================+=======+==========+=====================+=============+=================+====================+==============+=========|============|===============|
5958
-->
6059
<Choose>
61-
<When Condition="'$(TargetFramework)' == 'net472' OR '$(TargetFramework)' == 'net48'">
60+
<When Condition="'$(TargetFramework)' == 'net48'">
6261
<PropertyGroup>
6362
<DefineConstants>$(DefineConstants);SUPPORTS_EXTENDED_INTRINSICS</DefineConstants>
6463
<DefineConstants>$(DefineConstants);SUPPORTS_CODECOVERAGE</DefineConstants>

0 commit comments

Comments
 (0)