Skip to content

Commit

Permalink
Sort properties in Directory.Build.props.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Apr 16, 2024
1 parent 49c81ec commit 742ec75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AnalysisLevel>latest-all</AnalysisLevel>
<DisableRuntimeMarshalling>true</DisableRuntimeMarshalling>
<Configuration>Release</Configuration>
<DisableRuntimeMarshalling>true</DisableRuntimeMarshalling>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<EnablePackageValidation>true</EnablePackageValidation>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
Expand Down

0 comments on commit 742ec75

Please sign in to comment.