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-bot <dotnet-bot@microsoft.com>2022-08-26 18:05:17 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2022-08-26 18:05:17 +0300
commit487579f73312632dc1000a3481a099c3c01a5ee0 (patch)
tree1458db9bc0e64a8dce353da52f475b8052d08dc5
parent7f9032e1c4907fc259d81045cc312e63d126b689 (diff)
parentb6f904bcf4fd6ea20c58b46f95566da889cd1c90 (diff)
Merge in 'release/7.0-rc1' changes
-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 d4b53899a3..b4ea5fcaa6 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -9,37 +9,37 @@
-->
<Dependencies>
<ProductDependencies>
- <Dependency Name="dotnet-ef" Version="7.0.0-rc.1.22425.11">
+ <Dependency Name="dotnet-ef" Version="7.0.0-rc.1.22425.15">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>72a9935f0b4a9324377fbd3e8648ca008877aa11</Sha>
+ <Sha>4eb5054651074ff23f8974c2840544d48be24f00</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0-rc.1.22425.11">
+ <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0-rc.1.22425.15">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>72a9935f0b4a9324377fbd3e8648ca008877aa11</Sha>
+ <Sha>4eb5054651074ff23f8974c2840544d48be24f00</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0-rc.1.22425.11">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0-rc.1.22425.15">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>72a9935f0b4a9324377fbd3e8648ca008877aa11</Sha>
+ <Sha>4eb5054651074ff23f8974c2840544d48be24f00</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-rc.1.22425.11">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-rc.1.22425.15">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>72a9935f0b4a9324377fbd3e8648ca008877aa11</Sha>
+ <Sha>4eb5054651074ff23f8974c2840544d48be24f00</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-rc.1.22425.11">
+ <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-rc.1.22425.15">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>72a9935f0b4a9324377fbd3e8648ca008877aa11</Sha>
+ <Sha>4eb5054651074ff23f8974c2840544d48be24f00</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-rc.1.22425.11">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-rc.1.22425.15">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>72a9935f0b4a9324377fbd3e8648ca008877aa11</Sha>
+ <Sha>4eb5054651074ff23f8974c2840544d48be24f00</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore" Version="7.0.0-rc.1.22425.11">
+ <Dependency Name="Microsoft.EntityFrameworkCore" Version="7.0.0-rc.1.22425.15">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>72a9935f0b4a9324377fbd3e8648ca008877aa11</Sha>
+ <Sha>4eb5054651074ff23f8974c2840544d48be24f00</Sha>
</Dependency>
- <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-rc.1.22425.11">
+ <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-rc.1.22425.15">
<Uri>https://github.com/dotnet/efcore</Uri>
- <Sha>72a9935f0b4a9324377fbd3e8648ca008877aa11</Sha>
+ <Sha>4eb5054651074ff23f8974c2840544d48be24f00</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0-rc.1.22425.13">
<Uri>https://github.com/dotnet/runtime</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 32c4768382..8d5dcb9453 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -128,14 +128,14 @@
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
<MicrosoftNETCorePlatformsVersion>7.0.0-rc.1.22425.13</MicrosoftNETCorePlatformsVersion>
<!-- Packages from dotnet/efcore -->
- <dotnetefVersion>7.0.0-rc.1.22425.11</dotnetefVersion>
- <MicrosoftEntityFrameworkCoreInMemoryVersion>7.0.0-rc.1.22425.11</MicrosoftEntityFrameworkCoreInMemoryVersion>
- <MicrosoftEntityFrameworkCoreRelationalVersion>7.0.0-rc.1.22425.11</MicrosoftEntityFrameworkCoreRelationalVersion>
- <MicrosoftEntityFrameworkCoreSqliteVersion>7.0.0-rc.1.22425.11</MicrosoftEntityFrameworkCoreSqliteVersion>
- <MicrosoftEntityFrameworkCoreSqlServerVersion>7.0.0-rc.1.22425.11</MicrosoftEntityFrameworkCoreSqlServerVersion>
- <MicrosoftEntityFrameworkCoreToolsVersion>7.0.0-rc.1.22425.11</MicrosoftEntityFrameworkCoreToolsVersion>
- <MicrosoftEntityFrameworkCoreVersion>7.0.0-rc.1.22425.11</MicrosoftEntityFrameworkCoreVersion>
- <MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-rc.1.22425.11</MicrosoftEntityFrameworkCoreDesignVersion>
+ <dotnetefVersion>7.0.0-rc.1.22425.15</dotnetefVersion>
+ <MicrosoftEntityFrameworkCoreInMemoryVersion>7.0.0-rc.1.22425.15</MicrosoftEntityFrameworkCoreInMemoryVersion>
+ <MicrosoftEntityFrameworkCoreRelationalVersion>7.0.0-rc.1.22425.15</MicrosoftEntityFrameworkCoreRelationalVersion>
+ <MicrosoftEntityFrameworkCoreSqliteVersion>7.0.0-rc.1.22425.15</MicrosoftEntityFrameworkCoreSqliteVersion>
+ <MicrosoftEntityFrameworkCoreSqlServerVersion>7.0.0-rc.1.22425.15</MicrosoftEntityFrameworkCoreSqlServerVersion>
+ <MicrosoftEntityFrameworkCoreToolsVersion>7.0.0-rc.1.22425.15</MicrosoftEntityFrameworkCoreToolsVersion>
+ <MicrosoftEntityFrameworkCoreVersion>7.0.0-rc.1.22425.15</MicrosoftEntityFrameworkCoreVersion>
+ <MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-rc.1.22425.15</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22418.4</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22418.4</MicrosoftDotNetBuildTasksTemplatingVersion>