Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
remove project property from conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Nov 5, 2019
1 parent 9b075b8 commit ffc54a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@

<!-- Adds Nullable annotation attributes to netstandard <= 2.0 builds -->
<Choose>
<When Condition="'$(Nullable)' == 'enable' and ($(TargetFramework.StartsWith('netstandard1')) or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetsNetFx)' == 'true')">
<When Condition="($(TargetFramework.StartsWith('netstandard1')) or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetsNetFx)' == 'true')">
<PropertyGroup>
<DefineConstants>$(DefineConstants),INTERNAL_NULLABLE_ATTRIBUTES</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit ffc54a1

Please sign in to comment.