Skip to content

Commit

Permalink
[build] set license
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Jul 29, 2024
1 parent 2d3207f commit 25a32d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EmitCompilerGeneratedFiles>false</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)/Generated</CompilerGeneratedFilesOutputPath>
Expand Down

0 comments on commit 25a32d6

Please sign in to comment.