Skip to content

Commit 8181496

Browse files
committed
Package READMEs
1 parent 8f64a22 commit 8181496

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

thoth-json-codec-auto/thoth-json-codec-auto.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6+
<PackageReadmeFile>../README.md</PackageReadmeFile>
67
</PropertyGroup>
78
<ItemGroup>
89
<Compile Include="Auto.fs" />

thoth-json-codec/thoth-json-codec.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6+
<PackageReadmeFile>../README.md</PackageReadmeFile>
67
</PropertyGroup>
78
<ItemGroup>
89
<Compile Include="Codec.fs" />

0 commit comments

Comments
 (0)