From 0a79c1c262d75571f858f761d10da758fec8ff77 Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
 <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Wed, 31 Aug 2022 03:50:41 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/efcore
 build 20220830.7 (#43648)

[release/7.0] Update dependencies from dotnet/efcore
---
 eng/Version.Details.xml | 32 ++++++++++++++++----------------
 eng/Versions.props      | 16 ++++++++--------
 2 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 63525f7f25d..22c0805a99f 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -9,37 +9,37 @@
 -->
 <Dependencies>
   <ProductDependencies>
-    <Dependency Name="dotnet-ef" Version="7.0.0-rc.2.22430.3">
+    <Dependency Name="dotnet-ef" Version="7.0.0-rc.2.22430.7">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>99f03c718b485e35a68fa4e296ab957820829b71</Sha>
+      <Sha>445efb330fb1ac237d028391c0015d08168811eb</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0-rc.2.22430.3">
+    <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0-rc.2.22430.7">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>99f03c718b485e35a68fa4e296ab957820829b71</Sha>
+      <Sha>445efb330fb1ac237d028391c0015d08168811eb</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0-rc.2.22430.3">
+    <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0-rc.2.22430.7">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>99f03c718b485e35a68fa4e296ab957820829b71</Sha>
+      <Sha>445efb330fb1ac237d028391c0015d08168811eb</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-rc.2.22430.3">
+    <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-rc.2.22430.7">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>99f03c718b485e35a68fa4e296ab957820829b71</Sha>
+      <Sha>445efb330fb1ac237d028391c0015d08168811eb</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-rc.2.22430.3">
+    <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-rc.2.22430.7">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>99f03c718b485e35a68fa4e296ab957820829b71</Sha>
+      <Sha>445efb330fb1ac237d028391c0015d08168811eb</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-rc.2.22430.3">
+    <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-rc.2.22430.7">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>99f03c718b485e35a68fa4e296ab957820829b71</Sha>
+      <Sha>445efb330fb1ac237d028391c0015d08168811eb</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore" Version="7.0.0-rc.2.22430.3">
+    <Dependency Name="Microsoft.EntityFrameworkCore" Version="7.0.0-rc.2.22430.7">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>99f03c718b485e35a68fa4e296ab957820829b71</Sha>
+      <Sha>445efb330fb1ac237d028391c0015d08168811eb</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-rc.2.22430.3">
+    <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-rc.2.22430.7">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>99f03c718b485e35a68fa4e296ab957820829b71</Sha>
+      <Sha>445efb330fb1ac237d028391c0015d08168811eb</Sha>
     </Dependency>
     <Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0-rc.2.22430.3">
       <Uri>https://github.com/dotnet/runtime</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 1b4f8bf5192..3e873d50d4c 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -126,14 +126,14 @@
     <!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
     <MicrosoftNETCorePlatformsVersion>7.0.0-rc.2.22430.3</MicrosoftNETCorePlatformsVersion>
     <!-- Packages from dotnet/efcore -->
-    <dotnetefVersion>7.0.0-rc.2.22430.3</dotnetefVersion>
-    <MicrosoftEntityFrameworkCoreInMemoryVersion>7.0.0-rc.2.22430.3</MicrosoftEntityFrameworkCoreInMemoryVersion>
-    <MicrosoftEntityFrameworkCoreRelationalVersion>7.0.0-rc.2.22430.3</MicrosoftEntityFrameworkCoreRelationalVersion>
-    <MicrosoftEntityFrameworkCoreSqliteVersion>7.0.0-rc.2.22430.3</MicrosoftEntityFrameworkCoreSqliteVersion>
-    <MicrosoftEntityFrameworkCoreSqlServerVersion>7.0.0-rc.2.22430.3</MicrosoftEntityFrameworkCoreSqlServerVersion>
-    <MicrosoftEntityFrameworkCoreToolsVersion>7.0.0-rc.2.22430.3</MicrosoftEntityFrameworkCoreToolsVersion>
-    <MicrosoftEntityFrameworkCoreVersion>7.0.0-rc.2.22430.3</MicrosoftEntityFrameworkCoreVersion>
-    <MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-rc.2.22430.3</MicrosoftEntityFrameworkCoreDesignVersion>
+    <dotnetefVersion>7.0.0-rc.2.22430.7</dotnetefVersion>
+    <MicrosoftEntityFrameworkCoreInMemoryVersion>7.0.0-rc.2.22430.7</MicrosoftEntityFrameworkCoreInMemoryVersion>
+    <MicrosoftEntityFrameworkCoreRelationalVersion>7.0.0-rc.2.22430.7</MicrosoftEntityFrameworkCoreRelationalVersion>
+    <MicrosoftEntityFrameworkCoreSqliteVersion>7.0.0-rc.2.22430.7</MicrosoftEntityFrameworkCoreSqliteVersion>
+    <MicrosoftEntityFrameworkCoreSqlServerVersion>7.0.0-rc.2.22430.7</MicrosoftEntityFrameworkCoreSqlServerVersion>
+    <MicrosoftEntityFrameworkCoreToolsVersion>7.0.0-rc.2.22430.7</MicrosoftEntityFrameworkCoreToolsVersion>
+    <MicrosoftEntityFrameworkCoreVersion>7.0.0-rc.2.22430.7</MicrosoftEntityFrameworkCoreVersion>
+    <MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-rc.2.22430.7</MicrosoftEntityFrameworkCoreDesignVersion>
     <!-- Packages from dotnet/arcade -->
     <MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22423.1</MicrosoftDotNetBuildTasksInstallersVersion>
     <MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22423.1</MicrosoftDotNetBuildTasksTemplatingVersion>
-- 
GitLab