Skip to content

Commit

Permalink
Include XML comments in NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
chausner committed Aug 22, 2021
1 parent 2a147f3 commit fa6cc85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BoincRpc/BoincRpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,14 @@
<Description>An asynchronous .NET Core implementation of the BOINC GUI RPC protocol.</Description>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\BoincRpc.xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\BoincRpc.xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>

</Project>

0 comments on commit fa6cc85

Please sign in to comment.