2019-07-28 20:47:11 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2019-09-02 09:20:41 -05:00
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
2019-07-28 20:47:11 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Program.fs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.FSharpLu.Json" Version="0.11.2" />
|
|
|
|
|
<PackageReference Include="Npgsql" Version="4.0.8" />
|
|
|
|
|
<PackageReference Include="RavenDb.Client" Version="4.2.2" />
|
|
|
|
|
<ProjectReference Include="../MyPrayerJournal.Api/MyPrayerJournal.Api.fsproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2019-09-02 13:38:50 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Update="FSharp.Core" Version="4.7.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2019-07-28 20:47:11 -05:00
|
|
|
|
</Project>
|