-
Notifications
You must be signed in to change notification settings - Fork 19
/
Directory.Build.props
21 lines (20 loc) · 1.04 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<Authors>@jet @moneylion @amjjd @bartelink @eiriktsarpalis and contributors</Authors>
<Company>Jet.com</Company>
<Description>Extensible F# Event Codec for System.Text.Json and Newtonsoft.Json with versioning tolerant converters</Description>
<PackageProjectUrl>https://github.com/jet/FsCodec</PackageProjectUrl>
<PackageTags>fsharp unionconverter eventcodec JsonPickler JsonIsomorphism UnionConverter json converters typeshape</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Copyright>Copyright © 2016-24</Copyright>
<!-- Global Project config flags -->
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<WarningLevel>5</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<!-- SourceLink etc -->
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
</Project>