ソースを参照

add setting to generate xml summary document file

undefined
savorboard 6年前
コミット
5c92afd344
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      src/DotNetCore.CAP.Kafka/DotNetCore.CAP.Kafka.csproj

+ 2
- 1
src/DotNetCore.CAP.Kafka/DotNetCore.CAP.Kafka.csproj ファイルの表示

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

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

<ItemGroup>


読み込み中…
キャンセル
保存