Skip to content

Commit

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

[main] Update dependencies from dotnet/efcore
  • Loading branch information
dotnet-maestro[bot] authored Aug 15, 2023
1 parent b699560 commit 19e6bdb
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-rc.1.23414.5">
<Dependency Name="dotnet-ef" Version="9.0.0-alpha.1.23414.8">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>c68ea72987070a456fb5bc270e007ccb4e13424d</Sha>
<Sha>253debb0edd3b5dda54c0f4f2a3ac845027340f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-rc.1.23414.5">
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0-alpha.1.23414.8">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>c68ea72987070a456fb5bc270e007ccb4e13424d</Sha>
<Sha>253debb0edd3b5dda54c0f4f2a3ac845027340f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-rc.1.23414.5">
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0-alpha.1.23414.8">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>c68ea72987070a456fb5bc270e007ccb4e13424d</Sha>
<Sha>253debb0edd3b5dda54c0f4f2a3ac845027340f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-rc.1.23414.5">
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-alpha.1.23414.8">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>c68ea72987070a456fb5bc270e007ccb4e13424d</Sha>
<Sha>253debb0edd3b5dda54c0f4f2a3ac845027340f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-rc.1.23414.5">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0-alpha.1.23414.8">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>c68ea72987070a456fb5bc270e007ccb4e13424d</Sha>
<Sha>253debb0edd3b5dda54c0f4f2a3ac845027340f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-rc.1.23414.5">
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0-alpha.1.23414.8">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>c68ea72987070a456fb5bc270e007ccb4e13424d</Sha>
<Sha>253debb0edd3b5dda54c0f4f2a3ac845027340f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="8.0.0-rc.1.23414.5">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="9.0.0-alpha.1.23414.8">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>c68ea72987070a456fb5bc270e007ccb4e13424d</Sha>
<Sha>253debb0edd3b5dda54c0f4f2a3ac845027340f3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-rc.1.23414.5">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="9.0.0-alpha.1.23414.8">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>c68ea72987070a456fb5bc270e007ccb4e13424d</Sha>
<Sha>253debb0edd3b5dda54c0f4f2a3ac845027340f3</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0-rc.1.23414.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 @@ -139,14 +139,14 @@
<!-- Packages from dotnet/extensions -->
<MicrosoftExtensionsTelemetryTestingVersion>8.0.0-rc.1.23412.1</MicrosoftExtensionsTelemetryTestingVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>8.0.0-rc.1.23414.5</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>8.0.0-rc.1.23414.5</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>8.0.0-rc.1.23414.5</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>8.0.0-rc.1.23414.5</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>8.0.0-rc.1.23414.5</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>8.0.0-rc.1.23414.5</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>8.0.0-rc.1.23414.5</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>8.0.0-rc.1.23414.5</MicrosoftEntityFrameworkCoreDesignVersion>
<dotnetefVersion>9.0.0-alpha.1.23414.8</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>9.0.0-alpha.1.23414.8</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>9.0.0-alpha.1.23414.8</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>9.0.0-alpha.1.23414.8</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>9.0.0-alpha.1.23414.8</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>9.0.0-alpha.1.23414.8</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>9.0.0-alpha.1.23414.8</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>9.0.0-alpha.1.23414.8</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/roslyn -->
<MicrosoftCodeAnalysisCommonVersion>4.7.0-3.23314.3</MicrosoftCodeAnalysisCommonVersion>
<MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>4.7.0-3.23314.3</MicrosoftCodeAnalysisExternalAccessAspNetCoreVersion>
Expand Down

0 comments on commit 19e6bdb

Please sign in to comment.