Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2021-09-02 21:31:19 +0300
committerGitHub <noreply@github.com>2021-09-02 21:31:19 +0300
commit0621c1748eac08dd516edc950559ab7e8308f214 (patch)
treee6dd9b567876078d13b191a3917a44fc2a4111a9
parent516f7ba4cb94c600ddce4aa4bc7088f6366ef066 (diff)
Update dependencies from https://github.com/dotnet/efcore build 20210902.10 (#36097)v6.0.0-rc.1.21452.15
[release/6.0-rc1] Update dependencies from dotnet/efcore
-rw-r--r--eng/Version.Details.xml32
-rw-r--r--eng/Versions.props16
2 files changed, 24 insertions, 24 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index e883570d33..bf949e3d03 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.1.21451.22">
+ <Dependency Name="dotnet-ef" Version="6.0.0-rc.1.21452.10">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
+ <Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-rc.1.21451.22">
+ <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-rc.1.21452.10">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
+ <Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-rc.1.21451.22">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-rc.1.21452.10">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
+ <Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-rc.1.21451.22">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-rc.1.21452.10">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
+ <Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-rc.1.21451.22">
+ <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-rc.1.21452.10">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
+ <Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-rc.1.21451.22">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-rc.1.21452.10">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
+ <Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-rc.1.21451.22">
+ <Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-rc.1.21452.10">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
+ <Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-rc.1.21451.22">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-rc.1.21452.10">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
+ <Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0-rc.1.21451.13">
<Uri>https://github.com/dotnet/runtime</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 2266f2f82a..5b90005212 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.1.21451.13</MicrosoftNETCorePlatformsVersion>
<!-- Packages from dotnet/efcore -->
- <dotnetefVersion>6.0.0-rc.1.21451.22</dotnetefVersion>
- <MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreInMemoryVersion>
- <MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreRelationalVersion>
- <MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreSqliteVersion>
- <MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreSqlServerVersion>
- <MicrosoftEntityFrameworkCoreToolsVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreToolsVersion>
- <MicrosoftEntityFrameworkCoreVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreVersion>
- <MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreDesignVersion>
+ <dotnetefVersion>6.0.0-rc.1.21452.10</dotnetefVersion>
+ <MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreInMemoryVersion>
+ <MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreRelationalVersion>
+ <MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreSqliteVersion>
+ <MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreSqlServerVersion>
+ <MicrosoftEntityFrameworkCoreToolsVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreToolsVersion>
+ <MicrosoftEntityFrameworkCoreVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreVersion>
+ <MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21418.12</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.21418.12</MicrosoftDotNetBuildTasksTemplatingVersion>