Skip to content

Commit

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

[main] Update dependencies from dotnet/efcore
  • Loading branch information
dotnet-maestro[bot] authored Jan 19, 2024
1 parent c33f0c2 commit b89e21e
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="9.0.0-alpha.1.24068.5">
<Dependency Name="dotnet-ef" Version="9.0.0-alpha.1.24068.6">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>43bbdb7df455132f849ab8144f3fe07da719f4fb</Sha>
<Sha>19c30d6518077670c9460ace29a6d46ff526f8cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0-alpha.1.24068.5">
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0-alpha.1.24068.6">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>43bbdb7df455132f849ab8144f3fe07da719f4fb</Sha>
<Sha>19c30d6518077670c9460ace29a6d46ff526f8cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0-alpha.1.24068.5">
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0-alpha.1.24068.6">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>43bbdb7df455132f849ab8144f3fe07da719f4fb</Sha>
<Sha>19c30d6518077670c9460ace29a6d46ff526f8cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-alpha.1.24068.5">
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-alpha.1.24068.6">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>43bbdb7df455132f849ab8144f3fe07da719f4fb</Sha>
<Sha>19c30d6518077670c9460ace29a6d46ff526f8cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0-alpha.1.24068.5">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0-alpha.1.24068.6">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>43bbdb7df455132f849ab8144f3fe07da719f4fb</Sha>
<Sha>19c30d6518077670c9460ace29a6d46ff526f8cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0-alpha.1.24068.5">
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0-alpha.1.24068.6">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>43bbdb7df455132f849ab8144f3fe07da719f4fb</Sha>
<Sha>19c30d6518077670c9460ace29a6d46ff526f8cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="9.0.0-alpha.1.24068.5">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="9.0.0-alpha.1.24068.6">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>43bbdb7df455132f849ab8144f3fe07da719f4fb</Sha>
<Sha>19c30d6518077670c9460ace29a6d46ff526f8cc</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="9.0.0-alpha.1.24068.5">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="9.0.0-alpha.1.24068.6">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>43bbdb7df455132f849ab8144f3fe07da719f4fb</Sha>
<Sha>19c30d6518077670c9460ace29a6d46ff526f8cc</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="9.0.0-alpha.1.24066.33">
<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 @@ -141,14 +141,14 @@
<MicrosoftExtensionsDiagnosticsTestingVersion>9.0.0-alpha.1.24061.2</MicrosoftExtensionsDiagnosticsTestingVersion>
<MicrosoftExtensionsTimeProviderTestingVersion>9.0.0-alpha.1.24061.2</MicrosoftExtensionsTimeProviderTestingVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>9.0.0-alpha.1.24068.5</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.0-alpha.1.24068.5</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>9.0.0-alpha.1.24068.5</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>9.0.0-alpha.1.24068.5</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>9.0.0-alpha.1.24068.5</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>9.0.0-alpha.1.24068.5</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>9.0.0-alpha.1.24068.5</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>9.0.0-alpha.1.24068.5</MicrosoftEntityFrameworkCoreDesignVersion>
<dotnetefVersion>9.0.0-alpha.1.24068.6</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.0-alpha.1.24068.6</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>9.0.0-alpha.1.24068.6</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>9.0.0-alpha.1.24068.6</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>9.0.0-alpha.1.24068.6</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>9.0.0-alpha.1.24068.6</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>9.0.0-alpha.1.24068.6</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>9.0.0-alpha.1.24068.6</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/roslyn -->
<MicrosoftCodeAnalysisCommonVersion>4.8.0-3.23518.7</MicrosoftCodeAnalysisCommonVersion>
<MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>4.8.0-3.23518.7</MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>
Expand Down

0 comments on commit b89e21e

Please sign in to comment.