Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions thoth-json-codec-auto/thoth-json-codec-auto.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReadmeFile>../README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="Auto.fs" />
Expand Down
16 changes: 16 additions & 0 deletions thoth-json-codec-auto/thoth-json-codec-auto.fsproj.paket.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
type project
id Thoth.Json.Codec.Auto
version 0.0.1
authors github.com/njlr
title Thoth.Json.Codec.Auto
tags fable fsharp json thoth codec
repositoryType git
repositoryUrl https://github.com/njlr/thoth-json-codec
files
../LICENSE.txt ==> LICENSE.txt
*.fsproj ==> fable
*.fs ==> fable
description Automatic codec support for Thoth.Json
summary Automatic codec support for Thoth.Json
licenseUrl https://licenses.nuget.org/MIT
licenseExpression MIT
1 change: 1 addition & 0 deletions thoth-json-codec/thoth-json-codec.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReadmeFile>../README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="Codec.fs" />
Expand Down
Loading