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
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2022-10-21 06:01:26 +0300
committerGitHub <noreply@github.com>2022-10-21 06:01:26 +0300
commite543c705e9e691fc2cf8c0b014f186480c291844 (patch)
tree5c2ac0acb09336ddf505b8084c35fabc97ae2d31 /eng
parentfc7c8d79f1ab6023d7716e9ddf0bba0d68dd4869 (diff)
Update dependencies from https://github.com/dotnet/efcore build 20221020.1 (#44670)
[main] Update dependencies from dotnet/efcore
Diffstat (limited to 'eng')
-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 f412cdea16..322af30c76 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -9,37 +9,37 @@
-->
<Dependencies>
<ProductDependencies>
- <Dependency Name="dotnet-ef" Version="8.0.0-alpha.1.22519.1">
+ <Dependency Name="dotnet-ef" Version="8.0.0-alpha.1.22520.1">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>d00fa6f55ad5be8986d365ef32f4cea905f59258</Sha>
+ <Sha>8de424321d36fbafd78cbe013d40c942430f2284</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-alpha.1.22519.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-alpha.1.22520.1">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>d00fa6f55ad5be8986d365ef32f4cea905f59258</Sha>
+ <Sha>8de424321d36fbafd78cbe013d40c942430f2284</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-alpha.1.22519.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-alpha.1.22520.1">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>d00fa6f55ad5be8986d365ef32f4cea905f59258</Sha>
+ <Sha>8de424321d36fbafd78cbe013d40c942430f2284</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-alpha.1.22519.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-alpha.1.22520.1">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>d00fa6f55ad5be8986d365ef32f4cea905f59258</Sha>
+ <Sha>8de424321d36fbafd78cbe013d40c942430f2284</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-alpha.1.22519.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-alpha.1.22520.1">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>d00fa6f55ad5be8986d365ef32f4cea905f59258</Sha>
+ <Sha>8de424321d36fbafd78cbe013d40c942430f2284</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-alpha.1.22519.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-alpha.1.22520.1">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>d00fa6f55ad5be8986d365ef32f4cea905f59258</Sha>
+ <Sha>8de424321d36fbafd78cbe013d40c942430f2284</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore" Version="8.0.0-alpha.1.22519.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore" Version="8.0.0-alpha.1.22520.1">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>d00fa6f55ad5be8986d365ef32f4cea905f59258</Sha>
+ <Sha>8de424321d36fbafd78cbe013d40c942430f2284</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-alpha.1.22519.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-alpha.1.22520.1">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>d00fa6f55ad5be8986d365ef32f4cea905f59258</Sha>
+ <Sha>8de424321d36fbafd78cbe013d40c942430f2284</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0-alpha.1.22519.7">
<Uri>https://github.com/dotnet/runtime</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index c8fb8eff66..6414ca1dbf 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>8.0.0-alpha.1.22519.7</MicrosoftNETCorePlatformsVersion>
<!-- Packages from dotnet/efcore -->
- <dotnetefVersion>8.0.0-alpha.1.22519.1</dotnetefVersion>
- <MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0-alpha.1.22519.1</MicrosoftEntityFrameworkCoreInMemoryVersion>
- <MicrosoftEntityFrameworkCoreRelationalVersion>8.0.0-alpha.1.22519.1</MicrosoftEntityFrameworkCoreRelationalVersion>
- <MicrosoftEntityFrameworkCoreSqliteVersion>8.0.0-alpha.1.22519.1</MicrosoftEntityFrameworkCoreSqliteVersion>
- <MicrosoftEntityFrameworkCoreSqlServerVersion>8.0.0-alpha.1.22519.1</MicrosoftEntityFrameworkCoreSqlServerVersion>
- <MicrosoftEntityFrameworkCoreToolsVersion>8.0.0-alpha.1.22519.1</MicrosoftEntityFrameworkCoreToolsVersion>
- <MicrosoftEntityFrameworkCoreVersion>8.0.0-alpha.1.22519.1</MicrosoftEntityFrameworkCoreVersion>
- <MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-alpha.1.22519.1</MicrosoftEntityFrameworkCoreDesignVersion>
+ <dotnetefVersion>8.0.0-alpha.1.22520.1</dotnetefVersion>
+ <MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0-alpha.1.22520.1</MicrosoftEntityFrameworkCoreInMemoryVersion>
+ <MicrosoftEntityFrameworkCoreRelationalVersion>8.0.0-alpha.1.22520.1</MicrosoftEntityFrameworkCoreRelationalVersion>
+ <MicrosoftEntityFrameworkCoreSqliteVersion>8.0.0-alpha.1.22520.1</MicrosoftEntityFrameworkCoreSqliteVersion>
+ <MicrosoftEntityFrameworkCoreSqlServerVersion>8.0.0-alpha.1.22520.1</MicrosoftEntityFrameworkCoreSqlServerVersion>
+ <MicrosoftEntityFrameworkCoreToolsVersion>8.0.0-alpha.1.22520.1</MicrosoftEntityFrameworkCoreToolsVersion>
+ <MicrosoftEntityFrameworkCoreVersion>8.0.0-alpha.1.22520.1</MicrosoftEntityFrameworkCoreVersion>
+ <MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-alpha.1.22520.1</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.22513.2</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.22513.2</MicrosoftDotNetBuildTasksTemplatingVersion>