Skip to content

Commit

Permalink
(maint) Stop warning on missing XML comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Nov 16, 2022
1 parent 3dd471b commit 1d7190e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chocolatey/chocolatey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 1d7190e

Please sign in to comment.