From d51899c95a084cd8e4c207dd6aa20b232460907f Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Wed, 5 Jul 2023 14:33:19 +1200 Subject: [PATCH] Bump FSharp.Core from 6.0.7 to 7.0.300 (#223) (#251) * Bump FSharp.Core from 6.0.7 to 7.0.300 Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 6.0.7 to 7.0.300. - [Release notes](https://github.com/dotnet/fsharp/releases) - [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md) - [Commits](https://github.com/dotnet/fsharp/commits) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: FSharp.Core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update changelog & packages.lock.json Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit e08b5c32efdf96754d4133ae5e06ec814539c346) Signed-off-by: Thomas Farr Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CHANGELOG.md | 1 + tests/Tests.YamlRunner/Tests.YamlRunner.fsproj | 2 +- tests/Tests.YamlRunner/packages.lock.json | 6 +++--- tests/Tests/Tests.csproj | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d50ad6cc3..432ed03ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `Microsoft.CSharp` from 4.6.0 to 4.7.0 - Bumps `FSharp.Data` from 5.0.2 to 6.2.0 - Bumps `BenchMarkDotNet` from 0.13.4 to 0.13.5 +- Bumps `FSharp.Core` from 6.0.7 to 7.0.300 - Bumps `Microsoft.SourceLink.GitHub` from 1.0.0 to 1.1.1 - Bumps `System.Diagnostics.DiagnosticSource` from 6.0.0 to 6.0.1 - Bumps `System.Reactive` from 5.0.0 to 6.0.0 diff --git a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj index c17596c348..168243e759 100644 --- a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj +++ b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj @@ -30,7 +30,7 @@ - + diff --git a/tests/Tests.YamlRunner/packages.lock.json b/tests/Tests.YamlRunner/packages.lock.json index 7e84224eec..9b3ee73b27 100644 --- a/tests/Tests.YamlRunner/packages.lock.json +++ b/tests/Tests.YamlRunner/packages.lock.json @@ -14,9 +14,9 @@ }, "FSharp.Core": { "type": "Direct", - "requested": "[6.0.7, )", - "resolved": "6.0.7", - "contentHash": "e6wGrq5smV3Yk2fBE/Y0nBG5oFyF59k5Je0a0QDydUpg6liyaafGjD3xvutciKepCP2knspZ/sWViC/F1OyyQQ==" + "requested": "[7.0.300, )", + "resolved": "7.0.300", + "contentHash": "8vvItREJ1l5lcp3vBCSJ1mFevVAhR48I34DuF/EoUa7o1KlFpQpagyuZkVYMAsHPIjdp47ZxM9sI4eqeXaeWkA==" }, "FSharp.Data": { "type": "Direct", diff --git a/tests/Tests/Tests.csproj b/tests/Tests/Tests.csproj index f1b3cfad19..7be36f1c05 100644 --- a/tests/Tests/Tests.csproj +++ b/tests/Tests/Tests.csproj @@ -1,4 +1,4 @@ - + net6.0