Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/efcore build 20220…
Browse files Browse the repository at this point in the history
…825.15 (#43559)

dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
 From Version 7.0.0-rc.1.22425.11 -> To Version 7.0.0-rc.1.22425.15

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 26, 2022
1 parent e592ea1 commit b6f904b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
32 changes: 16 additions & 16 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
16 changes: 8 additions & 8 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b6f904b

Please sign in to comment.