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