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-02 19:11:28 +0300
committerGitHub <noreply@github.com>2022-11-02 19:11:28 +0300
commit6a97259b2a900bcae1dacd1c45598d5e022ec15d (patch)
tree5c5c5fe4acd6477c0d4e5996ddd880311140a8ac
parent0c45f4570e4f832987160c207d94cfa9d1038ac2 (diff)
Update dependencies from https://github.com/dotnet/efcore build 20221102.8 (#44843)
[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 8d1582ded8..180ae06324 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.22552.1">
+ <Dependency Name="dotnet-ef" Version="8.0.0-alpha.1.22552.8">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>f2e012faa1ca248a5156781ae0f8648c722b473b</Sha>
+ <Sha>ca01ae01cebc95c5084c5442cae8b67bce23de8d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-alpha.1.22552.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-alpha.1.22552.8">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>f2e012faa1ca248a5156781ae0f8648c722b473b</Sha>
+ <Sha>ca01ae01cebc95c5084c5442cae8b67bce23de8d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-alpha.1.22552.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-alpha.1.22552.8">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>f2e012faa1ca248a5156781ae0f8648c722b473b</Sha>
+ <Sha>ca01ae01cebc95c5084c5442cae8b67bce23de8d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-alpha.1.22552.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-alpha.1.22552.8">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>f2e012faa1ca248a5156781ae0f8648c722b473b</Sha>
+ <Sha>ca01ae01cebc95c5084c5442cae8b67bce23de8d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-alpha.1.22552.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-alpha.1.22552.8">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>f2e012faa1ca248a5156781ae0f8648c722b473b</Sha>
+ <Sha>ca01ae01cebc95c5084c5442cae8b67bce23de8d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-alpha.1.22552.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-alpha.1.22552.8">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>f2e012faa1ca248a5156781ae0f8648c722b473b</Sha>
+ <Sha>ca01ae01cebc95c5084c5442cae8b67bce23de8d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore" Version="8.0.0-alpha.1.22552.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore" Version="8.0.0-alpha.1.22552.8">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>f2e012faa1ca248a5156781ae0f8648c722b473b</Sha>
+ <Sha>ca01ae01cebc95c5084c5442cae8b67bce23de8d</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-alpha.1.22552.1">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-alpha.1.22552.8">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>f2e012faa1ca248a5156781ae0f8648c722b473b</Sha>
+ <Sha>ca01ae01cebc95c5084c5442cae8b67bce23de8d</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0-alpha.1.22551.9">
<Uri>https://github.com/dotnet/runtime</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 41aadaa459..767c944eb6 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.22551.9</MicrosoftNETCorePlatformsVersion>
<!-- Packages from dotnet/efcore -->
- <dotnetefVersion>8.0.0-alpha.1.22552.1</dotnetefVersion>
- <MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0-alpha.1.22552.1</MicrosoftEntityFrameworkCoreInMemoryVersion>
- <MicrosoftEntityFrameworkCoreRelationalVersion>8.0.0-alpha.1.22552.1</MicrosoftEntityFrameworkCoreRelationalVersion>
- <MicrosoftEntityFrameworkCoreSqliteVersion>8.0.0-alpha.1.22552.1</MicrosoftEntityFrameworkCoreSqliteVersion>
- <MicrosoftEntityFrameworkCoreSqlServerVersion>8.0.0-alpha.1.22552.1</MicrosoftEntityFrameworkCoreSqlServerVersion>
- <MicrosoftEntityFrameworkCoreToolsVersion>8.0.0-alpha.1.22552.1</MicrosoftEntityFrameworkCoreToolsVersion>
- <MicrosoftEntityFrameworkCoreVersion>8.0.0-alpha.1.22552.1</MicrosoftEntityFrameworkCoreVersion>
- <MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-alpha.1.22552.1</MicrosoftEntityFrameworkCoreDesignVersion>
+ <dotnetefVersion>8.0.0-alpha.1.22552.8</dotnetefVersion>
+ <MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0-alpha.1.22552.8</MicrosoftEntityFrameworkCoreInMemoryVersion>
+ <MicrosoftEntityFrameworkCoreRelationalVersion>8.0.0-alpha.1.22552.8</MicrosoftEntityFrameworkCoreRelationalVersion>
+ <MicrosoftEntityFrameworkCoreSqliteVersion>8.0.0-alpha.1.22552.8</MicrosoftEntityFrameworkCoreSqliteVersion>
+ <MicrosoftEntityFrameworkCoreSqlServerVersion>8.0.0-alpha.1.22552.8</MicrosoftEntityFrameworkCoreSqlServerVersion>
+ <MicrosoftEntityFrameworkCoreToolsVersion>8.0.0-alpha.1.22552.8</MicrosoftEntityFrameworkCoreToolsVersion>
+ <MicrosoftEntityFrameworkCoreVersion>8.0.0-alpha.1.22552.8</MicrosoftEntityFrameworkCoreVersion>
+ <MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-alpha.1.22552.8</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.22524.5</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.22524.5</MicrosoftDotNetBuildTasksTemplatingVersion>