Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AliveDevil committed Jul 23, 2024
1 parent bb58682 commit 481be6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IKVM.NET.Sdk/targets/IKVM.NET.Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<StrictFinalFieldSemantics Condition=" '$(StrictFinalFieldSemantics)' == '' ">true</StrictFinalFieldSemantics>
<RemoveAssertions Condition=" '$(RemoveAssertions)' == '' ">true</RemoveAssertions>
<NoParameterReflection Condition=" '$(NoParameterReflection)' == '' ">true</NoParameterReflection>
<CompileStatically Condition=" '$(CompileStatically') == '' ">false</CompileStatically>
<CompileStatically Condition=" '$(CompileStatically)' == '' ">false</CompileStatically>
</PropertyGroup>

<!-- language specific functionality -->
Expand Down

0 comments on commit 481be6a

Please sign in to comment.