Skip to content

Commit

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

[main] Update dependencies from dotnet/efcore
  • Loading branch information
dotnet-maestro[bot] authored Oct 23, 2021
1 parent 25a869a commit caf73e2
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="7.0.0-alpha.1.21521.3">
<Dependency Name="dotnet-ef" Version="7.0.0-alpha.1.21523.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>b18a7efa7c418e43184db08c6d1488d6600054cb</Sha>
<Sha>f62cf1b1fa45d6026e8f98113d6d6712d81094c3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0-alpha.1.21521.3">
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0-alpha.1.21523.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>b18a7efa7c418e43184db08c6d1488d6600054cb</Sha>
<Sha>f62cf1b1fa45d6026e8f98113d6d6712d81094c3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0-alpha.1.21521.3">
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0-alpha.1.21523.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>b18a7efa7c418e43184db08c6d1488d6600054cb</Sha>
<Sha>f62cf1b1fa45d6026e8f98113d6d6712d81094c3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-alpha.1.21521.3">
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-alpha.1.21523.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>b18a7efa7c418e43184db08c6d1488d6600054cb</Sha>
<Sha>f62cf1b1fa45d6026e8f98113d6d6712d81094c3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-alpha.1.21521.3">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-alpha.1.21523.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>b18a7efa7c418e43184db08c6d1488d6600054cb</Sha>
<Sha>f62cf1b1fa45d6026e8f98113d6d6712d81094c3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-alpha.1.21521.3">
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-alpha.1.21523.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>b18a7efa7c418e43184db08c6d1488d6600054cb</Sha>
<Sha>f62cf1b1fa45d6026e8f98113d6d6712d81094c3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="7.0.0-alpha.1.21521.3">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="7.0.0-alpha.1.21523.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>b18a7efa7c418e43184db08c6d1488d6600054cb</Sha>
<Sha>f62cf1b1fa45d6026e8f98113d6d6712d81094c3</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-alpha.1.21521.3">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-alpha.1.21523.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>b18a7efa7c418e43184db08c6d1488d6600054cb</Sha>
<Sha>f62cf1b1fa45d6026e8f98113d6d6712d81094c3</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0-alpha.1.21522.9">
<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 @@ -125,14 +125,14 @@
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
<MicrosoftNETCorePlatformsVersion>7.0.0-alpha.1.21522.9</MicrosoftNETCorePlatformsVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>7.0.0-alpha.1.21521.3</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>7.0.0-alpha.1.21521.3</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>7.0.0-alpha.1.21521.3</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>7.0.0-alpha.1.21521.3</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>7.0.0-alpha.1.21521.3</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>7.0.0-alpha.1.21521.3</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>7.0.0-alpha.1.21521.3</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-alpha.1.21521.3</MicrosoftEntityFrameworkCoreDesignVersion>
<dotnetefVersion>7.0.0-alpha.1.21523.2</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>7.0.0-alpha.1.21523.2</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>7.0.0-alpha.1.21523.2</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>7.0.0-alpha.1.21523.2</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>7.0.0-alpha.1.21523.2</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>7.0.0-alpha.1.21523.2</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>7.0.0-alpha.1.21523.2</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-alpha.1.21523.2</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.21518.1</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.21518.1</MicrosoftDotNetBuildTasksTemplatingVersion>
Expand Down

0 comments on commit caf73e2

Please sign in to comment.