Browse Source

add setting to generate xml summary document file

undefined
Savorboard 7 years ago
parent
commit
f1a25d9050
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/DotNetCore.CAP.Kafka/DotNetCore.CAP.Kafka.csproj

+ 2
- 1
src/DotNetCore.CAP.Kafka/DotNetCore.CAP.Kafka.csproj View File

@@ -10,7 +10,8 @@


<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningsAsErrors>NU1605;NU1701</WarningsAsErrors> <WarningsAsErrors>NU1605;NU1701</WarningsAsErrors>
<NoWarn>NU1701</NoWarn>
<NoWarn>NU1701;CS1591</NoWarn>
<DocumentationFile>bin\Debug\netstandard2.0\DotNetCore.CAP.Kafka.xml</DocumentationFile>
</PropertyGroup> </PropertyGroup>


<ItemGroup> <ItemGroup>


Loading…
Cancel
Save