From 8cf83db2c951a93eee7d5f793ecdce6620306311 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Fri, 6 Dec 2024 15:10:14 +0000 Subject: [PATCH] chore(Deps): Drop Min FSharp.Core to 6.0.0 (#264) --- Directory.Packages.props | 8 ++++---- RELEASE_NOTES.md | 4 ++++ tests/Argu.Tests/Argu.Tests.fsproj | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 103ca84f..2afdcee8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,13 +7,13 @@ - + - + - - + + \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2ea2dae1..63a0c0d0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 6.2.5 +* Drop Package `FSharp.Core` dependency to `6.0.0` [#264](https://github.com/SwensenSoftware/unquote/pull/264) +* target Unquote 7.0.1 now that it has [reduced `FSharp.Core` dependencies](https://github.com/SwensenSoftware/unquote/pull/172) [#264](https://github.com/SwensenSoftware/unquote/pull/264) + ### 6.2.4 * Add `AttributeUsage` targets for methods which will be required in .NET 8.0.300 [#243](https://github.com/fsprojects/Argu/pull/243) [@dlidstrom](https://github.com/dlidstrom) diff --git a/tests/Argu.Tests/Argu.Tests.fsproj b/tests/Argu.Tests/Argu.Tests.fsproj index cf91aa9c..29fb7f7d 100644 --- a/tests/Argu.Tests/Argu.Tests.fsproj +++ b/tests/Argu.Tests/Argu.Tests.fsproj @@ -9,7 +9,7 @@ - +