Skip to content

Commit 645a130

Browse files
committed
use GenerateDocumentationFile property to generate the xmldoc
1 parent 275ede0 commit 645a130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717
<PropertyGroup>
1818
<OutputPath>bin\$(Configuration)\</OutputPath>
19-
<DocumentationFile>bin\$(Configuration)\$(Framework)\FSharp.Control.AsyncSeq.xml</DocumentationFile>
19+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2020
</PropertyGroup>
2121
<ItemGroup>
2222
<Compile Include="AssemblyInfo.fs" Condition="Exists('AssemblyInfo.fs')" />

0 commit comments

Comments
 (0)