Skip to content

Commit

Permalink
fix: generate xml docs, which was broken by 6b9dde1
Browse files Browse the repository at this point in the history
  • Loading branch information
skwasjer committed Dec 18, 2021
1 parent 6b9dde1 commit 6eadeb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<RepositoryUrl>https://github.com/skwasjer/IbanNet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>IbanNet64.png</PackageIcon>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>

<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<WarningsAsErrors>$(WarningsAsErrors);NU1605;CS1591</WarningsAsErrors>
<DefineConstants Condition="$(TargetFramework.StartsWith('netstandard1'))">$(DefineConstants);NETSTD_LEGACY</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit 6eadeb3

Please sign in to comment.