Skip to content

Commit 0621c17

Browse files
Update dependencies from https://github.com/dotnet/efcore build 20210902.10 (#36097)
[release/6.0-rc1] Update dependencies from dotnet/efcore
1 parent 516f7ba commit 0621c17

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

eng/Version.Details.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,37 @@
99
-->
1010
<Dependencies>
1111
<ProductDependencies>
12-
<Dependency Name="dotnet-ef" Version="6.0.0-rc.1.21451.22">
12+
<Dependency Name="dotnet-ef" Version="6.0.0-rc.1.21452.10">
1313
<Uri>https://github.com/dotnet/efcore</Uri>
14-
<Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
14+
<Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
1515
</Dependency>
16-
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-rc.1.21451.22">
16+
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0-rc.1.21452.10">
1717
<Uri>https://github.com/dotnet/efcore</Uri>
18-
<Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
18+
<Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-rc.1.21451.22">
20+
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0-rc.1.21452.10">
2121
<Uri>https://github.com/dotnet/efcore</Uri>
22-
<Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
22+
<Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
2323
</Dependency>
24-
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-rc.1.21451.22">
24+
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0-rc.1.21452.10">
2525
<Uri>https://github.com/dotnet/efcore</Uri>
26-
<Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
26+
<Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
2727
</Dependency>
28-
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-rc.1.21451.22">
28+
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0-rc.1.21452.10">
2929
<Uri>https://github.com/dotnet/efcore</Uri>
30-
<Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
30+
<Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
3131
</Dependency>
32-
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-rc.1.21451.22">
32+
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0-rc.1.21452.10">
3333
<Uri>https://github.com/dotnet/efcore</Uri>
34-
<Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
34+
<Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
3535
</Dependency>
36-
<Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-rc.1.21451.22">
36+
<Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0-rc.1.21452.10">
3737
<Uri>https://github.com/dotnet/efcore</Uri>
38-
<Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
38+
<Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
3939
</Dependency>
40-
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-rc.1.21451.22">
40+
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0-rc.1.21452.10">
4141
<Uri>https://github.com/dotnet/efcore</Uri>
42-
<Sha>4fd17df9fda581f3ca6ef0cf482b1bcbdf26271d</Sha>
42+
<Sha>722e22a4217bce0bc67a52e7ecbb909ef7b1a92d</Sha>
4343
</Dependency>
4444
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0-rc.1.21451.13">
4545
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@
129129
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
130130
<MicrosoftNETCorePlatformsVersion>6.0.0-rc.1.21451.13</MicrosoftNETCorePlatformsVersion>
131131
<!-- Packages from dotnet/efcore -->
132-
<dotnetefVersion>6.0.0-rc.1.21451.22</dotnetefVersion>
133-
<MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreInMemoryVersion>
134-
<MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreRelationalVersion>
135-
<MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreSqliteVersion>
136-
<MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreSqlServerVersion>
137-
<MicrosoftEntityFrameworkCoreToolsVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreToolsVersion>
138-
<MicrosoftEntityFrameworkCoreVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreVersion>
139-
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-rc.1.21451.22</MicrosoftEntityFrameworkCoreDesignVersion>
132+
<dotnetefVersion>6.0.0-rc.1.21452.10</dotnetefVersion>
133+
<MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreInMemoryVersion>
134+
<MicrosoftEntityFrameworkCoreRelationalVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreRelationalVersion>
135+
<MicrosoftEntityFrameworkCoreSqliteVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreSqliteVersion>
136+
<MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreSqlServerVersion>
137+
<MicrosoftEntityFrameworkCoreToolsVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreToolsVersion>
138+
<MicrosoftEntityFrameworkCoreVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreVersion>
139+
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-rc.1.21452.10</MicrosoftEntityFrameworkCoreDesignVersion>
140140
<!-- Packages from dotnet/arcade -->
141141
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21418.12</MicrosoftDotNetBuildTasksInstallersVersion>
142142
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.21418.12</MicrosoftDotNetBuildTasksTemplatingVersion>

0 commit comments

Comments
 (0)