From 6105e127620a32393f3f8856b87524d51e6511d4 Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
 <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Thu, 2 Sep 2021 03:09:57 +0000
Subject: [PATCH] [release/6.0] Update dependencies from dotnet/efcore (#36077)

[release/6.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 f3d011ef34f..6551eee94b9 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -9,37 +9,37 @@
 -->
 <Dependencies>
   <ProductDependencies>
-    <Dependency Name="dotnet-ef" Version="6.0.0-rc.2.21451.26">
+    <Dependency Name="dotnet-ef" Version="6.0.0-rc.2.21451.31">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>193bf2975cbf0847cef32a671166a5f25b6649c5</Sha>
+      <Sha>05725c946f3eecd13be34fd9d2d7c1c5c0461c79</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-rc.2.21451.26">
+    <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-rc.2.21451.31">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>193bf2975cbf0847cef32a671166a5f25b6649c5</Sha>
+      <Sha>05725c946f3eecd13be34fd9d2d7c1c5c0461c79</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-rc.2.21451.26">
+    <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-rc.2.21451.31">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>193bf2975cbf0847cef32a671166a5f25b6649c5</Sha>
+      <Sha>05725c946f3eecd13be34fd9d2d7c1c5c0461c79</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-rc.2.21451.26">
+    <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-rc.2.21451.31">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>193bf2975cbf0847cef32a671166a5f25b6649c5</Sha>
+      <Sha>05725c946f3eecd13be34fd9d2d7c1c5c0461c79</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-rc.2.21451.26">
+    <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-rc.2.21451.31">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>193bf2975cbf0847cef32a671166a5f25b6649c5</Sha>
+      <Sha>05725c946f3eecd13be34fd9d2d7c1c5c0461c79</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-rc.2.21451.26">
+    <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-rc.2.21451.31">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>193bf2975cbf0847cef32a671166a5f25b6649c5</Sha>
+      <Sha>05725c946f3eecd13be34fd9d2d7c1c5c0461c79</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-rc.2.21451.26">
+    <Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-rc.2.21451.31">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>193bf2975cbf0847cef32a671166a5f25b6649c5</Sha>
+      <Sha>05725c946f3eecd13be34fd9d2d7c1c5c0461c79</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-rc.2.21451.26">
+    <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-rc.2.21451.31">
       <Uri>https://github.com/dotnet/efcore</Uri>
-      <Sha>193bf2975cbf0847cef32a671166a5f25b6649c5</Sha>
+      <Sha>05725c946f3eecd13be34fd9d2d7c1c5c0461c79</Sha>
     </Dependency>
     <Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0-rc.2.21451.17">
       <Uri>https://github.com/dotnet/runtime</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 31c4540611f..497b704e76c 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -129,14 +129,14 @@
     <!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
     <MicrosoftNETCorePlatformsVersion>6.0.0-rc.2.21451.17</MicrosoftNETCorePlatformsVersion>
     <!-- Packages from dotnet/efcore -->
-    <dotnetefVersion>6.0.0-rc.2.21451.26</dotnetefVersion>
-    <MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0-rc.2.21451.26</MicrosoftEntityFrameworkCoreInMemoryVersion>
-    <MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0-rc.2.21451.26</MicrosoftEntityFrameworkCoreRelationalVersion>
-    <MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0-rc.2.21451.26</MicrosoftEntityFrameworkCoreSqliteVersion>
-    <MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0-rc.2.21451.26</MicrosoftEntityFrameworkCoreSqlServerVersion>
-    <MicrosoftEntityFrameworkCoreToolsVersion>6.0.0-rc.2.21451.26</MicrosoftEntityFrameworkCoreToolsVersion>
-    <MicrosoftEntityFrameworkCoreVersion>6.0.0-rc.2.21451.26</MicrosoftEntityFrameworkCoreVersion>
-    <MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-rc.2.21451.26</MicrosoftEntityFrameworkCoreDesignVersion>
+    <dotnetefVersion>6.0.0-rc.2.21451.31</dotnetefVersion>
+    <MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0-rc.2.21451.31</MicrosoftEntityFrameworkCoreInMemoryVersion>
+    <MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0-rc.2.21451.31</MicrosoftEntityFrameworkCoreRelationalVersion>
+    <MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0-rc.2.21451.31</MicrosoftEntityFrameworkCoreSqliteVersion>
+    <MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0-rc.2.21451.31</MicrosoftEntityFrameworkCoreSqlServerVersion>
+    <MicrosoftEntityFrameworkCoreToolsVersion>6.0.0-rc.2.21451.31</MicrosoftEntityFrameworkCoreToolsVersion>
+    <MicrosoftEntityFrameworkCoreVersion>6.0.0-rc.2.21451.31</MicrosoftEntityFrameworkCoreVersion>
+    <MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-rc.2.21451.31</MicrosoftEntityFrameworkCoreDesignVersion>
     <!-- Packages from dotnet/arcade -->
     <MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21451.3</MicrosoftDotNetBuildTasksInstallersVersion>
     <MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.21451.3</MicrosoftDotNetBuildTasksTemplatingVersion>
-- 
GitLab