Skip to content

Commit

Permalink
Fixed nullable properties not being included
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Jan 25, 2024
1 parent 3ad6714 commit e79aed6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<!-- Polyfills: Nullable-->
<Compile
Include="$(MSBuildThisFileDirectory)..\sgf\src\Polyfills\Nullable\**\*.cs"
Condition="'$(SGF_AddNullablePolyfill.ToLower())' == 'true'"
Condition="'$(SgfAddNullablePolyfill.ToLower())' == 'true'"
Visible="$(SgfShowImports)">
<Link>SGF/Polyfills/Nullable/%(RecursiveDir)%(Filename)%(Extension)</Link>
</Compile>
Expand Down

0 comments on commit e79aed6

Please sign in to comment.