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>2022-11-01 01:40:13 +0300
committerGitHub <noreply@github.com>2022-11-01 01:40:13 +0300
commit41925af920db94238c178c5407e399b0c3da9c38 (patch)
treef6df7f320c4c9c8ecf723da0c15013d7383edc38
parent8dc432556c937465edb2cdff4ab2ad7cbb16bd92 (diff)
Update dependencies from https://github.com/dotnet/efcore build 20221031.4 (#44807)
[main] 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 f61506e317..7513d78ef5 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.22531.3">
+ <Dependency Name="dotnet-ef" Version="8.0.0-alpha.1.22531.4">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>cfc6db59a26a8330181b62c2ceb2866942f91e17</Sha>
+ <Sha>479389a0240d8e32885612e936bc9a043f8d1081</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-alpha.1.22531.3">
+ <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-alpha.1.22531.4">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>cfc6db59a26a8330181b62c2ceb2866942f91e17</Sha>
+ <Sha>479389a0240d8e32885612e936bc9a043f8d1081</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-alpha.1.22531.3">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-alpha.1.22531.4">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>cfc6db59a26a8330181b62c2ceb2866942f91e17</Sha>
+ <Sha>479389a0240d8e32885612e936bc9a043f8d1081</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-alpha.1.22531.3">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-alpha.1.22531.4">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>cfc6db59a26a8330181b62c2ceb2866942f91e17</Sha>
+ <Sha>479389a0240d8e32885612e936bc9a043f8d1081</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-alpha.1.22531.3">
+ <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-alpha.1.22531.4">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>cfc6db59a26a8330181b62c2ceb2866942f91e17</Sha>
+ <Sha>479389a0240d8e32885612e936bc9a043f8d1081</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-alpha.1.22531.3">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-alpha.1.22531.4">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>cfc6db59a26a8330181b62c2ceb2866942f91e17</Sha>
+ <Sha>479389a0240d8e32885612e936bc9a043f8d1081</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore" Version="8.0.0-alpha.1.22531.3">
+ <Dependency Name="Microsoft.EntityFrameworkCore" Version="8.0.0-alpha.1.22531.4">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>cfc6db59a26a8330181b62c2ceb2866942f91e17</Sha>
+ <Sha>479389a0240d8e32885612e936bc9a043f8d1081</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-alpha.1.22531.3">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-alpha.1.22531.4">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>cfc6db59a26a8330181b62c2ceb2866942f91e17</Sha>
+ <Sha>479389a0240d8e32885612e936bc9a043f8d1081</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0-alpha.1.22530.1">
<Uri>https://github.com/dotnet/runtime</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 83da733e39..4dc6cfeb34 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.22530.1</MicrosoftNETCorePlatformsVersion>
<!-- Packages from dotnet/efcore -->
- <dotnetefVersion>8.0.0-alpha.1.22531.3</dotnetefVersion>
- <MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0-alpha.1.22531.3</MicrosoftEntityFrameworkCoreInMemoryVersion>
- <MicrosoftEntityFrameworkCoreRelationalVersion>8.0.0-alpha.1.22531.3</MicrosoftEntityFrameworkCoreRelationalVersion>
- <MicrosoftEntityFrameworkCoreSqliteVersion>8.0.0-alpha.1.22531.3</MicrosoftEntityFrameworkCoreSqliteVersion>
- <MicrosoftEntityFrameworkCoreSqlServerVersion>8.0.0-alpha.1.22531.3</MicrosoftEntityFrameworkCoreSqlServerVersion>
- <MicrosoftEntityFrameworkCoreToolsVersion>8.0.0-alpha.1.22531.3</MicrosoftEntityFrameworkCoreToolsVersion>
- <MicrosoftEntityFrameworkCoreVersion>8.0.0-alpha.1.22531.3</MicrosoftEntityFrameworkCoreVersion>
- <MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-alpha.1.22531.3</MicrosoftEntityFrameworkCoreDesignVersion>
+ <dotnetefVersion>8.0.0-alpha.1.22531.4</dotnetefVersion>
+ <MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0-alpha.1.22531.4</MicrosoftEntityFrameworkCoreInMemoryVersion>
+ <MicrosoftEntityFrameworkCoreRelationalVersion>8.0.0-alpha.1.22531.4</MicrosoftEntityFrameworkCoreRelationalVersion>
+ <MicrosoftEntityFrameworkCoreSqliteVersion>8.0.0-alpha.1.22531.4</MicrosoftEntityFrameworkCoreSqliteVersion>
+ <MicrosoftEntityFrameworkCoreSqlServerVersion>8.0.0-alpha.1.22531.4</MicrosoftEntityFrameworkCoreSqlServerVersion>
+ <MicrosoftEntityFrameworkCoreToolsVersion>8.0.0-alpha.1.22531.4</MicrosoftEntityFrameworkCoreToolsVersion>
+ <MicrosoftEntityFrameworkCoreVersion>8.0.0-alpha.1.22531.4</MicrosoftEntityFrameworkCoreVersion>
+ <MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-alpha.1.22531.4</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.22524.5</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.22524.5</MicrosoftDotNetBuildTasksTemplatingVersion>