Skip to content

Commit

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

[master] Update dependencies from dotnet/efcore
  • Loading branch information
dotnet-maestro[bot] authored Oct 8, 2020
1 parent 253caf8 commit dbdfca4
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="6.0.0-alpha.1.20506.5">
<Dependency Name="dotnet-ef" Version="6.0.0-alpha.1.20507.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>692be06c06f12fadf7e33c56b3a518c4e1d5bdb1</Sha>
<Sha>240357902498da01c35ea9027be6a721b99e61ee</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-alpha.1.20506.5">
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-alpha.1.20507.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>692be06c06f12fadf7e33c56b3a518c4e1d5bdb1</Sha>
<Sha>240357902498da01c35ea9027be6a721b99e61ee</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-alpha.1.20506.5">
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-alpha.1.20507.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>692be06c06f12fadf7e33c56b3a518c4e1d5bdb1</Sha>
<Sha>240357902498da01c35ea9027be6a721b99e61ee</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-alpha.1.20506.5">
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-alpha.1.20507.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>692be06c06f12fadf7e33c56b3a518c4e1d5bdb1</Sha>
<Sha>240357902498da01c35ea9027be6a721b99e61ee</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-alpha.1.20506.5">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-alpha.1.20507.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>692be06c06f12fadf7e33c56b3a518c4e1d5bdb1</Sha>
<Sha>240357902498da01c35ea9027be6a721b99e61ee</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-alpha.1.20506.5">
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-alpha.1.20507.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>692be06c06f12fadf7e33c56b3a518c4e1d5bdb1</Sha>
<Sha>240357902498da01c35ea9027be6a721b99e61ee</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-alpha.1.20506.5">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-alpha.1.20507.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>692be06c06f12fadf7e33c56b3a518c4e1d5bdb1</Sha>
<Sha>240357902498da01c35ea9027be6a721b99e61ee</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-alpha.1.20506.5">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-alpha.1.20507.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>692be06c06f12fadf7e33c56b3a518c4e1d5bdb1</Sha>
<Sha>240357902498da01c35ea9027be6a721b99e61ee</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0-alpha.1.20505.12">
<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 @@ -128,14 +128,14 @@
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
<MicrosoftNETCorePlatformsPackageVersion>6.0.0-alpha.1.20505.12</MicrosoftNETCorePlatformsPackageVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefPackageVersion>6.0.0-alpha.1.20506.5</dotnetefPackageVersion>
<MicrosoftEntityFrameworkCoreInMemoryPackageVersion>6.0.0-alpha.1.20506.5</MicrosoftEntityFrameworkCoreInMemoryPackageVersion>
<MicrosoftEntityFrameworkCoreRelationalPackageVersion>6.0.0-alpha.1.20506.5</MicrosoftEntityFrameworkCoreRelationalPackageVersion>
<MicrosoftEntityFrameworkCoreSqlitePackageVersion>6.0.0-alpha.1.20506.5</MicrosoftEntityFrameworkCoreSqlitePackageVersion>
<MicrosoftEntityFrameworkCoreSqlServerPackageVersion>6.0.0-alpha.1.20506.5</MicrosoftEntityFrameworkCoreSqlServerPackageVersion>
<MicrosoftEntityFrameworkCoreToolsPackageVersion>6.0.0-alpha.1.20506.5</MicrosoftEntityFrameworkCoreToolsPackageVersion>
<MicrosoftEntityFrameworkCorePackageVersion>6.0.0-alpha.1.20506.5</MicrosoftEntityFrameworkCorePackageVersion>
<MicrosoftEntityFrameworkCoreDesignPackageVersion>6.0.0-alpha.1.20506.5</MicrosoftEntityFrameworkCoreDesignPackageVersion>
<dotnetefPackageVersion>6.0.0-alpha.1.20507.2</dotnetefPackageVersion>
<MicrosoftEntityFrameworkCoreInMemoryPackageVersion>6.0.0-alpha.1.20507.2</MicrosoftEntityFrameworkCoreInMemoryPackageVersion>
<MicrosoftEntityFrameworkCoreRelationalPackageVersion>6.0.0-alpha.1.20507.2</MicrosoftEntityFrameworkCoreRelationalPackageVersion>
<MicrosoftEntityFrameworkCoreSqlitePackageVersion>6.0.0-alpha.1.20507.2</MicrosoftEntityFrameworkCoreSqlitePackageVersion>
<MicrosoftEntityFrameworkCoreSqlServerPackageVersion>6.0.0-alpha.1.20507.2</MicrosoftEntityFrameworkCoreSqlServerPackageVersion>
<MicrosoftEntityFrameworkCoreToolsPackageVersion>6.0.0-alpha.1.20507.2</MicrosoftEntityFrameworkCoreToolsPackageVersion>
<MicrosoftEntityFrameworkCorePackageVersion>6.0.0-alpha.1.20507.2</MicrosoftEntityFrameworkCorePackageVersion>
<MicrosoftEntityFrameworkCoreDesignPackageVersion>6.0.0-alpha.1.20507.2</MicrosoftEntityFrameworkCoreDesignPackageVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>5.0.0-beta.20478.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
Expand Down

0 comments on commit dbdfca4

Please sign in to comment.