Update unit tests to .NET 5.
[master-thesis.git] / Parasitemia / ParasitemiaCore / ParasitemiaCore.fsproj
index 4309643..14fc5a9 100644 (file)
@@ -3,10 +3,15 @@
   <PropertyGroup>
     <OutputType>Library</OutputType>
     <TargetFramework>net5.0</TargetFramework>
+    <Version>1.0.12</Version>
+    <AssemblyVersion>1.0.0.12</AssemblyVersion>
+    <FileVersion>1.0.0.12</FileVersion>
+    <Authors>Greg Burri</Authors>
+    <Product />
+    <Company>CHUV &amp; HES-SO</Company>
   </PropertyGroup>
 
   <ItemGroup>
-    <Compile Include="AssemblyInfo.fs" />
     <Compile Include="Heap.fs" />
     <Compile Include="UnitsOfMeasure.fs" />
     <Compile Include="Const.fs" />