Skip to content

Commit 2226034

Browse files
Add missing props in fsproj
1 parent e2855b7 commit 2226034

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Saturn/Saturn.fsproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<AssemblyName>Saturn</AssemblyName>
44
<OutputType>Library</OutputType>
55
<TargetFramework>netstandard2.0</TargetFramework>
6+
<DebugType>portable</DebugType>
7+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
68
</PropertyGroup>
79
<ItemGroup>
810
<Compile Include="AssemblyInfo.fs" />

0 commit comments

Comments
 (0)