Skip to content

Commit

Permalink
Fix readme packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Jan 20, 2024
1 parent 7b65012 commit eb53638
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 @@ -19,7 +19,7 @@
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">True</ContinuousIntegrationBuild>
<PackageTags>dependency;injection;steroids;func;defer;factory</PackageTags>
<Nullable>enable</Nullable>
<PackageReadmeFile Condition="'$(IsPackable)' == 'true'">README.md</PackageReadmeFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down

0 comments on commit eb53638

Please sign in to comment.