13 lines
285 B
XML
13 lines
285 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Library.fs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FSharp.SystemTextJson" Version="1.1.23" />
|
|
<PackageReference Include="Npgsql.FSharp" Version="5.6.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|