Downgrade FSharp.Core (#22)

This commit is contained in:
Patrick Stevens
2024-06-23 12:22:37 +01:00
committed by GitHub
parent 2655682e32
commit 50b4dc89fc
4 changed files with 28 additions and 18 deletions

View File

@@ -18,6 +18,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="Map.fs" />
<Compile Include="Parser.fs"/>
<EmbeddedResource Include="version.json" />
<EmbeddedResource Include="SurfaceBaseline.txt"/>
@@ -32,7 +33,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.0.0" />
<PackageReference Update="FSharp.Core" Version="4.3.4" />
</ItemGroup>
</Project>