Skip to content

Commit

Permalink
Pin FSharp.Core package to 6.0.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilklasson authored May 30, 2023
1 parent 9664164 commit 1bde093
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Insurello.RabbitMqClient/Insurello.RabbitMqClient.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,12 @@
<PackageReference Include="Insurello.AsyncExtra" Version="3.0.0" />
<PackageReference Include="RabbitMq.Client" Version="5.1.2" />
</ItemGroup>

<ItemGroup>
<!-- Pin FSharp.Core package to minimum supported 6.0.0
https://github.com/dotnet/fsharp/blob/main/docs/fsharp-core-notes.md
-->
<PackageReference Update="FSharp.Core" Version="6.0.0" />
</ItemGroup>

</Project>

0 comments on commit 1bde093

Please sign in to comment.