From d67b17cc26d19b5d0d045cf4379d92ca9dd02417 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 04:06:10 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/efcore build 20211021.5 (#37770) [release/6.0] Update dependencies from dotnet/efcore --- NuGet.config | 2 +- eng/Version.Details.xml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NuGet.config b/NuGet.config index 148aa452168..f0057f641fc 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ <add key="darc-pub-dotnet-runtime-de75159-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-de751593-1/nuget/v3/index.json" /> <!-- End: Package sources from dotnet-runtime --> <!-- Begin: Package sources from dotnet-efcore --> - <add key="darc-pub-dotnet-efcore-53df7fe" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-53df7feb/nuget/v3/index.json" /> + <add key="darc-pub-dotnet-efcore-9b3a2d7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-9b3a2d74/nuget/v3/index.json" /> <!-- End: Package sources from dotnet-efcore --> <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.--> <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" /> diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2f0390d4870..a0fcbda9a76 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -11,35 +11,35 @@ <ProductDependencies> <Dependency Name="dotnet-ef" Version="6.0.0"> <Uri>https://github.com/dotnet/efcore</Uri> - <Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> + <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha> </Dependency> <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0"> <Uri>https://github.com/dotnet/efcore</Uri> - <Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> + <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha> </Dependency> <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0"> <Uri>https://github.com/dotnet/efcore</Uri> - <Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> + <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha> </Dependency> <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0"> <Uri>https://github.com/dotnet/efcore</Uri> - <Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> + <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha> </Dependency> <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0"> <Uri>https://github.com/dotnet/efcore</Uri> - <Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> + <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha> </Dependency> <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0"> <Uri>https://github.com/dotnet/efcore</Uri> - <Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> + <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha> </Dependency> <Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0"> <Uri>https://github.com/dotnet/efcore</Uri> - <Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> + <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha> </Dependency> <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0"> <Uri>https://github.com/dotnet/efcore</Uri> - <Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> + <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha> </Dependency> <Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0"> <Uri>https://github.com/dotnet/runtime</Uri> -- GitLab