20 lines
593 B
XML
20 lines
593 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<Description>Common files for PostgreSQL and SQLite document database libraries</Description>
|
|
<PackageTags>JSON Document SQL</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Library.fs" />
|
|
<None Include="README.md" Pack="true" PackagePath="\" />
|
|
<None Include="..\icon.png" Pack="true" PackagePath="\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FSharp.SystemTextJson" Version="1.3.13" />
|
|
<PackageReference Update="FSharp.Core" Version="8.0.300" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|