From 54ae7071ad2d3e9472c6d568a148a9b023212e70 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 10 Oct 2023 22:44:51 +0000
Subject: [PATCH] [main] Bump the runtime-dependencies group

Bumps the runtime-dependencies group in /eng/dependabot/net7.0 with 1 update: [Microsoft.NETCore.App.Runtime.win-x64](https://github.com/dotnet/runtime).

- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.11...v7.0.12)

---
updated-dependencies:
- dependency-name: Microsoft.NETCore.App.Runtime.win-x64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 eng/dependabot/net7.0/Versions.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eng/dependabot/net7.0/Versions.props b/eng/dependabot/net7.0/Versions.props
index 398443d2cbc..afd0ddb2d1c 100644
--- a/eng/dependabot/net7.0/Versions.props
+++ b/eng/dependabot/net7.0/Versions.props
@@ -10,6 +10,6 @@
     <!-- Microsoft.Extensions.Logging.Console -->
     <MicrosoftExtensionsLoggingConsole70Version>7.0.0</MicrosoftExtensionsLoggingConsole70Version>
     <!-- Microsoft.NETCore.App -->
-    <MicrosoftNETCoreApp70Version>7.0.11</MicrosoftNETCoreApp70Version>
+    <MicrosoftNETCoreApp70Version>7.0.12</MicrosoftNETCoreApp70Version>
   </PropertyGroup>
 </Project>