Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/efcore build 20250…
Browse files Browse the repository at this point in the history
…116.5

dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
 From Version 10.0.0-alpha.1.25063.4 -> To Version 10.0.0-alpha.1.25066.5
  • Loading branch information
dotnet-maestro[bot] committed Jan 17, 2025
1 parent b2f9b72 commit ec684c6
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="10.0.0-alpha.1.25065.4">
<Dependency Name="dotnet-ef" Version="10.0.0-alpha.1.25066.5">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>be2ca60a02f223c390d206d01d4d21a7d49659cb</Sha>
<Sha>47e5d25373a7b86314a2bb949514e5be61ed43f3</Sha>
<SourceBuildTarball RepoName="efcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.0-alpha.1.25065.4">
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.0-alpha.1.25066.5">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>be2ca60a02f223c390d206d01d4d21a7d49659cb</Sha>
<Sha>47e5d25373a7b86314a2bb949514e5be61ed43f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="10.0.0-alpha.1.25065.4">
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="10.0.0-alpha.1.25066.5">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>be2ca60a02f223c390d206d01d4d21a7d49659cb</Sha>
<Sha>47e5d25373a7b86314a2bb949514e5be61ed43f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0-alpha.1.25065.4">
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0-alpha.1.25066.5">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>be2ca60a02f223c390d206d01d4d21a7d49659cb</Sha>
<Sha>47e5d25373a7b86314a2bb949514e5be61ed43f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.0-alpha.1.25065.4">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.0-alpha.1.25066.5">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>be2ca60a02f223c390d206d01d4d21a7d49659cb</Sha>
<Sha>47e5d25373a7b86314a2bb949514e5be61ed43f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="10.0.0-alpha.1.25065.4">
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="10.0.0-alpha.1.25066.5">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>be2ca60a02f223c390d206d01d4d21a7d49659cb</Sha>
<Sha>47e5d25373a7b86314a2bb949514e5be61ed43f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="10.0.0-alpha.1.25065.4">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="10.0.0-alpha.1.25066.5">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>be2ca60a02f223c390d206d01d4d21a7d49659cb</Sha>
<Sha>47e5d25373a7b86314a2bb949514e5be61ed43f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="10.0.0-alpha.1.25065.4">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="10.0.0-alpha.1.25066.5">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>be2ca60a02f223c390d206d01d4d21a7d49659cb</Sha>
<Sha>47e5d25373a7b86314a2bb949514e5be61ed43f3</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="10.0.0-alpha.1.25065.17">
<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 @@ -146,14 +146,14 @@
<MicrosoftExtensionsDiagnosticsTestingVersion>9.1.0-preview.1.25060.3</MicrosoftExtensionsDiagnosticsTestingVersion>
<MicrosoftExtensionsTimeProviderTestingVersion>9.1.0-preview.1.25060.3</MicrosoftExtensionsTimeProviderTestingVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>10.0.0-alpha.1.25065.4</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>10.0.0-alpha.1.25065.4</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>10.0.0-alpha.1.25065.4</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>10.0.0-alpha.1.25065.4</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>10.0.0-alpha.1.25065.4</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>10.0.0-alpha.1.25065.4</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>10.0.0-alpha.1.25065.4</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>10.0.0-alpha.1.25065.4</MicrosoftEntityFrameworkCoreDesignVersion>
<dotnetefVersion>10.0.0-alpha.1.25066.5</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>10.0.0-alpha.1.25066.5</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>10.0.0-alpha.1.25066.5</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>10.0.0-alpha.1.25066.5</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>10.0.0-alpha.1.25066.5</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>10.0.0-alpha.1.25066.5</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>10.0.0-alpha.1.25066.5</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>10.0.0-alpha.1.25066.5</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/roslyn -->
<MicrosoftCodeAnalysisCommonVersion>4.13.0-3.24613.7</MicrosoftCodeAnalysisCommonVersion>
<MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>4.13.0-3.24613.7</MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>
Expand Down

0 comments on commit ec684c6

Please sign in to comment.