Skip to content

Commit

Permalink
Revert erroneous packages updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Aug 30, 2023
1 parent f653f08 commit 2fa3450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Fling.Interop.Facil/Fling.Interop.Facil.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Update="FSharp.Core" Version="7.0.400" />
<PackageReference Update="FSharp.Core" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Fling/Fling.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="7.0.400" />
<PackageReference Update="FSharp.Core" Version="6.0.0" />
</ItemGroup>

</Project>

0 comments on commit 2fa3450

Please sign in to comment.