Skip to content

Commit 1bde093

Browse files
authored
Pin FSharp.Core package to 6.0.0 (#23)
1 parent 9664164 commit 1bde093

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Insurello.RabbitMqClient/Insurello.RabbitMqClient.fsproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,12 @@
3333
<PackageReference Include="Insurello.AsyncExtra" Version="3.0.0" />
3434
<PackageReference Include="RabbitMq.Client" Version="5.1.2" />
3535
</ItemGroup>
36+
37+
<ItemGroup>
38+
<!-- Pin FSharp.Core package to minimum supported 6.0.0
39+
https://github.com/dotnet/fsharp/blob/main/docs/fsharp-core-notes.md
40+
-->
41+
<PackageReference Update="FSharp.Core" Version="6.0.0" />
42+
</ItemGroup>
43+
3644
</Project>

0 commit comments

Comments
 (0)