1 <Project Sdk="Microsoft.NET.Sdk">
4 <OutputType>Library</OutputType>
5 <TargetFramework>net5.0</TargetFramework>
9 <Compile Include="AssemblyInfo.fs" />
10 <Compile Include="Logger.fs" />
14 <PackageReference Update="FSharp.Core" Version="5.0.1" />