Skip to content

Commit

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

[main] Update dependencies from dotnet/efcore
  • Loading branch information
dotnet-maestro[bot] authored Dec 6, 2022
1 parent ef931b9 commit 4d31897
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="8.0.0-alpha.1.22605.6">
<Dependency Name="dotnet-ef" Version="8.0.0-alpha.1.22605.10">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>e4da7695a4ebea0cf94c43a868dec766fb7ff0a8</Sha>
<Sha>61be8288a8685bb0581040b6e70ee913a9836915</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-alpha.1.22605.6">
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-alpha.1.22605.10">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>e4da7695a4ebea0cf94c43a868dec766fb7ff0a8</Sha>
<Sha>61be8288a8685bb0581040b6e70ee913a9836915</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-alpha.1.22605.6">
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-alpha.1.22605.10">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>e4da7695a4ebea0cf94c43a868dec766fb7ff0a8</Sha>
<Sha>61be8288a8685bb0581040b6e70ee913a9836915</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-alpha.1.22605.6">
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-alpha.1.22605.10">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>e4da7695a4ebea0cf94c43a868dec766fb7ff0a8</Sha>
<Sha>61be8288a8685bb0581040b6e70ee913a9836915</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-alpha.1.22605.6">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-alpha.1.22605.10">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>e4da7695a4ebea0cf94c43a868dec766fb7ff0a8</Sha>
<Sha>61be8288a8685bb0581040b6e70ee913a9836915</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-alpha.1.22605.6">
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-alpha.1.22605.10">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>e4da7695a4ebea0cf94c43a868dec766fb7ff0a8</Sha>
<Sha>61be8288a8685bb0581040b6e70ee913a9836915</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="8.0.0-alpha.1.22605.6">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="8.0.0-alpha.1.22605.10">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>e4da7695a4ebea0cf94c43a868dec766fb7ff0a8</Sha>
<Sha>61be8288a8685bb0581040b6e70ee913a9836915</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-alpha.1.22605.6">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-alpha.1.22605.10">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>e4da7695a4ebea0cf94c43a868dec766fb7ff0a8</Sha>
<Sha>61be8288a8685bb0581040b6e70ee913a9836915</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0-alpha.1.22605.1">
<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 @@ -126,14 +126,14 @@
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
<MicrosoftNETCorePlatformsVersion>8.0.0-alpha.1.22605.1</MicrosoftNETCorePlatformsVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>8.0.0-alpha.1.22605.6</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0-alpha.1.22605.6</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>8.0.0-alpha.1.22605.6</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>8.0.0-alpha.1.22605.6</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>8.0.0-alpha.1.22605.6</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>8.0.0-alpha.1.22605.6</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>8.0.0-alpha.1.22605.6</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-alpha.1.22605.6</MicrosoftEntityFrameworkCoreDesignVersion>
<dotnetefVersion>8.0.0-alpha.1.22605.10</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0-alpha.1.22605.10</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>8.0.0-alpha.1.22605.10</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>8.0.0-alpha.1.22605.10</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>8.0.0-alpha.1.22605.10</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>8.0.0-alpha.1.22605.10</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>8.0.0-alpha.1.22605.10</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-alpha.1.22605.10</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.22579.2</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.22579.2</MicrosoftDotNetBuildTasksTemplatingVersion>
Expand Down

0 comments on commit 4d31897

Please sign in to comment.