Upgrade the logger component
[master-thesis.git] / Parasitemia / Logger / Logger.fsproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Library</OutputType>
5     <TargetFramework>net5.0</TargetFramework>
6   </PropertyGroup>
7
8   <ItemGroup>
9     <Compile Include="Constants.fs" />
10     <Compile Include="Types.fs" />
11     <Compile Include="Interfaces.fs" />
12     <Compile Include="Utils.fs" />
13     <Compile Include="Listeners.fs" />
14     <Compile Include="ConsoleWriter.fs" />
15     <Compile Include="FileWriter.fs" />
16     <Compile Include="Logger.fs" />
17   </ItemGroup>
18
19   <ItemGroup>
20     <PackageReference Update="FSharp.Core" Version="5.0.1" />
21   </ItemGroup>
22
23 </Project>