Skip to content

Commit

Permalink
feat: enable generation of XML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
skarllot committed Oct 6, 2023
1 parent 96c4692 commit f7a42ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f7a42ad

Please sign in to comment.