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
…901.1

dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
 From Version 9.0.0-rc.1.24430.7 -> To Version 9.0.0-rc.1.24451.1
  • Loading branch information
dotnet-maestro[bot] committed Sep 1, 2024
1 parent 66b86e5 commit 74bc395
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,38 +9,38 @@
-->
<Dependencies>
<ProductDependencies>
<Dependency Name="dotnet-ef" Version="9.0.0-rc.1.24430.7">
<Dependency Name="dotnet-ef" Version="9.0.0-rc.1.24451.1">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>036369e45061c5f42d1905495efd0cc0a77347df</Sha>
<Sha>740edc6f5e40ba591f8e4f9a886e02abe5668c89</Sha>
<SourceBuildTarball RepoName="efcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0-rc.1.24430.7">
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0-rc.1.24451.1">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>036369e45061c5f42d1905495efd0cc0a77347df</Sha>
<Sha>740edc6f5e40ba591f8e4f9a886e02abe5668c89</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0-rc.1.24430.7">
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0-rc.1.24451.1">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>036369e45061c5f42d1905495efd0cc0a77347df</Sha>
<Sha>740edc6f5e40ba591f8e4f9a886e02abe5668c89</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-rc.1.24430.7">
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-rc.1.24451.1">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>036369e45061c5f42d1905495efd0cc0a77347df</Sha>
<Sha>740edc6f5e40ba591f8e4f9a886e02abe5668c89</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0-rc.1.24430.7">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0-rc.1.24451.1">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>036369e45061c5f42d1905495efd0cc0a77347df</Sha>
<Sha>740edc6f5e40ba591f8e4f9a886e02abe5668c89</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0-rc.1.24430.7">
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0-rc.1.24451.1">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>036369e45061c5f42d1905495efd0cc0a77347df</Sha>
<Sha>740edc6f5e40ba591f8e4f9a886e02abe5668c89</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="9.0.0-rc.1.24430.7">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="9.0.0-rc.1.24451.1">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>036369e45061c5f42d1905495efd0cc0a77347df</Sha>
<Sha>740edc6f5e40ba591f8e4f9a886e02abe5668c89</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="9.0.0-rc.1.24430.7">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="9.0.0-rc.1.24451.1">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>036369e45061c5f42d1905495efd0cc0a77347df</Sha>
<Sha>740edc6f5e40ba591f8e4f9a886e02abe5668c89</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="9.0.0-rc.1.24431.7">
<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 @@ -145,14 +145,14 @@
<MicrosoftExtensionsDiagnosticsTestingVersion>9.0.0-preview.7.24411.1</MicrosoftExtensionsDiagnosticsTestingVersion>
<MicrosoftExtensionsTimeProviderTestingVersion>9.0.0-preview.7.24411.1</MicrosoftExtensionsTimeProviderTestingVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>9.0.0-rc.1.24430.7</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.0-rc.1.24430.7</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>9.0.0-rc.1.24430.7</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>9.0.0-rc.1.24430.7</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>9.0.0-rc.1.24430.7</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>9.0.0-rc.1.24430.7</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>9.0.0-rc.1.24430.7</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>9.0.0-rc.1.24430.7</MicrosoftEntityFrameworkCoreDesignVersion>
<dotnetefVersion>9.0.0-rc.1.24451.1</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.0-rc.1.24451.1</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>9.0.0-rc.1.24451.1</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>9.0.0-rc.1.24451.1</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>9.0.0-rc.1.24451.1</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>9.0.0-rc.1.24451.1</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>9.0.0-rc.1.24451.1</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>9.0.0-rc.1.24451.1</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/roslyn -->
<MicrosoftCodeAnalysisCommonVersion>4.11.0-1.24218.5</MicrosoftCodeAnalysisCommonVersion>
<MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>4.11.0-1.24218.5</MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>
Expand Down

0 comments on commit 74bc395

Please sign in to comment.