Skip to content

Commit a05e391

Browse files
Update dependencies from https://github.com/dotnet/efcore build 20220909.8 (#43887)
[release/7.0] Update dependencies from dotnet/efcore
1 parent 5600909 commit a05e391

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="7.0.0-rc.2.22459.5">
12+
<Dependency Name="dotnet-ef" Version="7.0.0-rc.2.22459.8">
1313
<Uri>https://github.com/dotnet/efcore</Uri>
14-
<Sha>9262a34db65ce52085ded548fc480522051cec2b</Sha>
14+
<Sha>8df585f2010bc918f7156d777eae4d35d40289b4</Sha>
1515
</Dependency>
16-
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0-rc.2.22459.5">
16+
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0-rc.2.22459.8">
1717
<Uri>https://github.com/dotnet/efcore</Uri>
18-
<Sha>9262a34db65ce52085ded548fc480522051cec2b</Sha>
18+
<Sha>8df585f2010bc918f7156d777eae4d35d40289b4</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0-rc.2.22459.5">
20+
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0-rc.2.22459.8">
2121
<Uri>https://github.com/dotnet/efcore</Uri>
22-
<Sha>9262a34db65ce52085ded548fc480522051cec2b</Sha>
22+
<Sha>8df585f2010bc918f7156d777eae4d35d40289b4</Sha>
2323
</Dependency>
24-
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-rc.2.22459.5">
24+
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-rc.2.22459.8">
2525
<Uri>https://github.com/dotnet/efcore</Uri>
26-
<Sha>9262a34db65ce52085ded548fc480522051cec2b</Sha>
26+
<Sha>8df585f2010bc918f7156d777eae4d35d40289b4</Sha>
2727
</Dependency>
28-
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-rc.2.22459.5">
28+
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-rc.2.22459.8">
2929
<Uri>https://github.com/dotnet/efcore</Uri>
30-
<Sha>9262a34db65ce52085ded548fc480522051cec2b</Sha>
30+
<Sha>8df585f2010bc918f7156d777eae4d35d40289b4</Sha>
3131
</Dependency>
32-
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-rc.2.22459.5">
32+
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-rc.2.22459.8">
3333
<Uri>https://github.com/dotnet/efcore</Uri>
34-
<Sha>9262a34db65ce52085ded548fc480522051cec2b</Sha>
34+
<Sha>8df585f2010bc918f7156d777eae4d35d40289b4</Sha>
3535
</Dependency>
36-
<Dependency Name="Microsoft.EntityFrameworkCore" Version="7.0.0-rc.2.22459.5">
36+
<Dependency Name="Microsoft.EntityFrameworkCore" Version="7.0.0-rc.2.22459.8">
3737
<Uri>https://github.com/dotnet/efcore</Uri>
38-
<Sha>9262a34db65ce52085ded548fc480522051cec2b</Sha>
38+
<Sha>8df585f2010bc918f7156d777eae4d35d40289b4</Sha>
3939
</Dependency>
40-
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-rc.2.22459.5">
40+
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-rc.2.22459.8">
4141
<Uri>https://github.com/dotnet/efcore</Uri>
42-
<Sha>9262a34db65ce52085ded548fc480522051cec2b</Sha>
42+
<Sha>8df585f2010bc918f7156d777eae4d35d40289b4</Sha>
4343
</Dependency>
4444
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0-rc.2.22459.1">
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
@@ -126,14 +126,14 @@
126126
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
127127
<MicrosoftNETCorePlatformsVersion>7.0.0-rc.2.22459.1</MicrosoftNETCorePlatformsVersion>
128128
<!-- Packages from dotnet/efcore -->
129-
<dotnetefVersion>7.0.0-rc.2.22459.5</dotnetefVersion>
130-
<MicrosoftEntityFrameworkCoreInMemoryVersion>7.0.0-rc.2.22459.5</MicrosoftEntityFrameworkCoreInMemoryVersion>
131-
<MicrosoftEntityFrameworkCoreRelationalVersion>7.0.0-rc.2.22459.5</MicrosoftEntityFrameworkCoreRelationalVersion>
132-
<MicrosoftEntityFrameworkCoreSqliteVersion>7.0.0-rc.2.22459.5</MicrosoftEntityFrameworkCoreSqliteVersion>
133-
<MicrosoftEntityFrameworkCoreSqlServerVersion>7.0.0-rc.2.22459.5</MicrosoftEntityFrameworkCoreSqlServerVersion>
134-
<MicrosoftEntityFrameworkCoreToolsVersion>7.0.0-rc.2.22459.5</MicrosoftEntityFrameworkCoreToolsVersion>
135-
<MicrosoftEntityFrameworkCoreVersion>7.0.0-rc.2.22459.5</MicrosoftEntityFrameworkCoreVersion>
136-
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-rc.2.22459.5</MicrosoftEntityFrameworkCoreDesignVersion>
129+
<dotnetefVersion>7.0.0-rc.2.22459.8</dotnetefVersion>
130+
<MicrosoftEntityFrameworkCoreInMemoryVersion>7.0.0-rc.2.22459.8</MicrosoftEntityFrameworkCoreInMemoryVersion>
131+
<MicrosoftEntityFrameworkCoreRelationalVersion>7.0.0-rc.2.22459.8</MicrosoftEntityFrameworkCoreRelationalVersion>
132+
<MicrosoftEntityFrameworkCoreSqliteVersion>7.0.0-rc.2.22459.8</MicrosoftEntityFrameworkCoreSqliteVersion>
133+
<MicrosoftEntityFrameworkCoreSqlServerVersion>7.0.0-rc.2.22459.8</MicrosoftEntityFrameworkCoreSqlServerVersion>
134+
<MicrosoftEntityFrameworkCoreToolsVersion>7.0.0-rc.2.22459.8</MicrosoftEntityFrameworkCoreToolsVersion>
135+
<MicrosoftEntityFrameworkCoreVersion>7.0.0-rc.2.22459.8</MicrosoftEntityFrameworkCoreVersion>
136+
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-rc.2.22459.8</MicrosoftEntityFrameworkCoreDesignVersion>
137137
<!-- Packages from dotnet/arcade -->
138138
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22423.1</MicrosoftDotNetBuildTasksInstallersVersion>
139139
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22423.1</MicrosoftDotNetBuildTasksTemplatingVersion>

0 commit comments

Comments
 (0)