Skip to content

Commit

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

[main] Update dependencies from dotnet/efcore
  • Loading branch information
dotnet-maestro[bot] authored Jan 25, 2021
1 parent 2f61171 commit 45867e0
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.21075.1">
<Dependency Name="dotnet-ef" Version="6.0.0-alpha.1.21075.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>36183795a5f9335e5f553d0ac2942cbb5721a833</Sha>
<Sha>ec760a9c68715978cda85a4680e10e0f68c522b6</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-alpha.1.21075.1">
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-alpha.1.21075.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>36183795a5f9335e5f553d0ac2942cbb5721a833</Sha>
<Sha>ec760a9c68715978cda85a4680e10e0f68c522b6</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-alpha.1.21075.1">
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-alpha.1.21075.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>36183795a5f9335e5f553d0ac2942cbb5721a833</Sha>
<Sha>ec760a9c68715978cda85a4680e10e0f68c522b6</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-alpha.1.21075.1">
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-alpha.1.21075.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>36183795a5f9335e5f553d0ac2942cbb5721a833</Sha>
<Sha>ec760a9c68715978cda85a4680e10e0f68c522b6</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-alpha.1.21075.1">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-alpha.1.21075.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>36183795a5f9335e5f553d0ac2942cbb5721a833</Sha>
<Sha>ec760a9c68715978cda85a4680e10e0f68c522b6</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-alpha.1.21075.1">
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-alpha.1.21075.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>36183795a5f9335e5f553d0ac2942cbb5721a833</Sha>
<Sha>ec760a9c68715978cda85a4680e10e0f68c522b6</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-alpha.1.21075.1">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-alpha.1.21075.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>36183795a5f9335e5f553d0ac2942cbb5721a833</Sha>
<Sha>ec760a9c68715978cda85a4680e10e0f68c522b6</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-alpha.1.21075.1">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-alpha.1.21075.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>36183795a5f9335e5f553d0ac2942cbb5721a833</Sha>
<Sha>ec760a9c68715978cda85a4680e10e0f68c522b6</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0-preview.1.21074.3">
<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 @@ -132,14 +132,14 @@
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
<MicrosoftNETCorePlatformsVersion>6.0.0-preview.1.21074.3</MicrosoftNETCorePlatformsVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>6.0.0-alpha.1.21075.1</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0-alpha.1.21075.1</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0-alpha.1.21075.1</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0-alpha.1.21075.1</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0-alpha.1.21075.1</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>6.0.0-alpha.1.21075.1</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>6.0.0-alpha.1.21075.1</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-alpha.1.21075.1</MicrosoftEntityFrameworkCoreDesignVersion>
<dotnetefVersion>6.0.0-alpha.1.21075.2</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0-alpha.1.21075.2</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0-alpha.1.21075.2</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0-alpha.1.21075.2</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0-alpha.1.21075.2</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>6.0.0-alpha.1.21075.2</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>6.0.0-alpha.1.21075.2</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-alpha.1.21075.2</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21071.2</MicrosoftDotNetBuildTasksInstallersVersion>
</PropertyGroup>
Expand Down

0 comments on commit 45867e0

Please sign in to comment.