Skip to content

Commit 6096377

Browse files
committed
Generate xml documentation
1 parent 05ca8b1 commit 6096377

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/api/Reactive.Streams/Reactive.Streams.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
3333
<Prefer32Bit>false</Prefer32Bit>
34+
<DocumentationFile>bin\Release\Reactive.Streams.xml</DocumentationFile>
3435
</PropertyGroup>
3536
<ItemGroup>
3637
<Reference Include="System" />

src/tck/Reactive.Streams.TCK/Reactive.Streams.TCK.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
3333
<Prefer32Bit>false</Prefer32Bit>
34+
<DocumentationFile>bin\Release\Reactive.Streams.TCK.xml</DocumentationFile>
3435
</PropertyGroup>
3536
<ItemGroup>
3637
<Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">

0 commit comments

Comments
 (0)