<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.1</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="src/Db.fs" /> <Compile Include="src/App.fs" /> </ItemGroup> <Import Project=".paket\Paket.Restore.targets" /> </Project>