Skip to content

Commit

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

[main] Update dependencies from dotnet/efcore
  • Loading branch information
dotnet-maestro[bot] authored Dec 14, 2023
1 parent e8c8c43 commit 83947bf
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.23613.2">
<Dependency Name="dotnet-ef" Version="9.0.0-alpha.1.23613.3">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>bc81ee661f040887272f15cc76dbaf3cd5c8eb42</Sha>
<Sha>8e675829631dc49c284a779c86c2eab1d742f729</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0-alpha.1.23613.2">
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0-alpha.1.23613.3">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>bc81ee661f040887272f15cc76dbaf3cd5c8eb42</Sha>
<Sha>8e675829631dc49c284a779c86c2eab1d742f729</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0-alpha.1.23613.2">
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0-alpha.1.23613.3">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>bc81ee661f040887272f15cc76dbaf3cd5c8eb42</Sha>
<Sha>8e675829631dc49c284a779c86c2eab1d742f729</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-alpha.1.23613.2">
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-alpha.1.23613.3">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>bc81ee661f040887272f15cc76dbaf3cd5c8eb42</Sha>
<Sha>8e675829631dc49c284a779c86c2eab1d742f729</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0-alpha.1.23613.2">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0-alpha.1.23613.3">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>bc81ee661f040887272f15cc76dbaf3cd5c8eb42</Sha>
<Sha>8e675829631dc49c284a779c86c2eab1d742f729</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0-alpha.1.23613.2">
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0-alpha.1.23613.3">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>bc81ee661f040887272f15cc76dbaf3cd5c8eb42</Sha>
<Sha>8e675829631dc49c284a779c86c2eab1d742f729</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="9.0.0-alpha.1.23613.2">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="9.0.0-alpha.1.23613.3">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>bc81ee661f040887272f15cc76dbaf3cd5c8eb42</Sha>
<Sha>8e675829631dc49c284a779c86c2eab1d742f729</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="9.0.0-alpha.1.23613.2">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="9.0.0-alpha.1.23613.3">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>bc81ee661f040887272f15cc76dbaf3cd5c8eb42</Sha>
<Sha>8e675829631dc49c284a779c86c2eab1d742f729</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="9.0.0-alpha.1.23612.15">
<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.23609.1</MicrosoftExtensionsDiagnosticsTestingVersion>
<MicrosoftExtensionsTimeProviderTestingVersion>9.0.0-alpha.1.23609.1</MicrosoftExtensionsTimeProviderTestingVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>9.0.0-alpha.1.23613.2</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.0-alpha.1.23613.2</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>9.0.0-alpha.1.23613.2</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>9.0.0-alpha.1.23613.2</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>9.0.0-alpha.1.23613.2</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>9.0.0-alpha.1.23613.2</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>9.0.0-alpha.1.23613.2</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>9.0.0-alpha.1.23613.2</MicrosoftEntityFrameworkCoreDesignVersion>
<dotnetefVersion>9.0.0-alpha.1.23613.3</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.0-alpha.1.23613.3</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>9.0.0-alpha.1.23613.3</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>9.0.0-alpha.1.23613.3</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>9.0.0-alpha.1.23613.3</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>9.0.0-alpha.1.23613.3</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>9.0.0-alpha.1.23613.3</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>9.0.0-alpha.1.23613.3</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 83947bf

Please sign in to comment.