From cef64c189d3a874e0e371cf468ea52bc5a894951 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Fri, 6 Dec 2024 14:56:30 +0000 Subject: [PATCH] chore(Deps): Drop Min FSharp.Core to 6.0.0 --- Directory.Packages.props | 4 ++-- RELEASE_NOTES.md | 3 +++ tests/Argu.Tests/Argu.Tests.fsproj | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 103ca84f..f1cdbbc9 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..36f27649 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 6.2.5 +* Drop Min FSharp.Core to `6.0.0`; target Unquote 7.0.1 now that it has [reduced `FSharp.Core` dependencies](https://github.com/SwensenSoftware/unquote/pull/172) [#244](https://github.com/SwensenSoftware/unquote/pull/244) + ### 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 @@ - +