From a3197376009999753a7101dd94e2ce3b1aa7e510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:23:21 -0500 Subject: [PATCH] Bump RavenDB.Embedded from 5.4.109 to 5.4.111 (#3774) * Bump RavenDB.Embedded from 5.4.109 to 5.4.111 Bumps [RavenDB.Embedded](https://github.com/ravendb/ravendb) from 5.4.109 to 5.4.111. - [Release notes](https://github.com/ravendb/ravendb/releases) - [Changelog](https://github.com/ravendb/ravendb/blob/v6.0/publish-stable-release.ps1) - [Commits](https://github.com/ravendb/ravendb/compare/5.4.109...5.4.111) --- updated-dependencies: - dependency-name: RavenDB.Embedded dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Increase required dotnet version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Boike --- src/Directory.Packages.props | 2 +- .../Validation/DotnetVersionValidator.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 72d371e624..e983b2d9c1 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -60,7 +60,7 @@ - + diff --git a/src/ServiceControlInstaller.Engine/Validation/DotnetVersionValidator.cs b/src/ServiceControlInstaller.Engine/Validation/DotnetVersionValidator.cs index 6658ce1f2e..150bd5ca5c 100644 --- a/src/ServiceControlInstaller.Engine/Validation/DotnetVersionValidator.cs +++ b/src/ServiceControlInstaller.Engine/Validation/DotnetVersionValidator.cs @@ -7,7 +7,7 @@ public static class DotnetVersionValidator { - public const string MinimumVersionString = "7.0.9"; + public const string MinimumVersionString = "7.0.11"; public static bool FrameworkRequirementsAreMissing(bool needsRavenDB, out string message) {