Skip to content
代码片段 群组 项目
未验证 提交 55ed897d 编辑于 作者: dotnet-maestro[bot]'s avatar dotnet-maestro[bot] 提交者: GitHub
浏览文件

Update dependencies from https://github.com/dotnet/efcore build 20220908.4 (#43847)

[release/7.0] Update dependencies from dotnet/efcore
上级 99600c7b
No related branches found
No related tags found
无相关合并请求
......@@ -9,37 +9,37 @@
-->
<Dependencies>
<ProductDependencies>
<Dependency Name="dotnet-ef" Version="7.0.0-rc.2.22458.1">
<Dependency Name="dotnet-ef" Version="7.0.0-rc.2.22458.4">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>4d7e2839b5f628ad2303f61b4bd39c3cdab38069</Sha>
<Sha>e67a2c9233a6cf17fdee40adab949d18abc9030b</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0-rc.2.22458.1">
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0-rc.2.22458.4">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>4d7e2839b5f628ad2303f61b4bd39c3cdab38069</Sha>
<Sha>e67a2c9233a6cf17fdee40adab949d18abc9030b</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0-rc.2.22458.1">
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0-rc.2.22458.4">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>4d7e2839b5f628ad2303f61b4bd39c3cdab38069</Sha>
<Sha>e67a2c9233a6cf17fdee40adab949d18abc9030b</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-rc.2.22458.1">
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-rc.2.22458.4">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>4d7e2839b5f628ad2303f61b4bd39c3cdab38069</Sha>
<Sha>e67a2c9233a6cf17fdee40adab949d18abc9030b</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-rc.2.22458.1">
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0-rc.2.22458.4">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>4d7e2839b5f628ad2303f61b4bd39c3cdab38069</Sha>
<Sha>e67a2c9233a6cf17fdee40adab949d18abc9030b</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-rc.2.22458.1">
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0-rc.2.22458.4">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>4d7e2839b5f628ad2303f61b4bd39c3cdab38069</Sha>
<Sha>e67a2c9233a6cf17fdee40adab949d18abc9030b</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="7.0.0-rc.2.22458.1">
<Dependency Name="Microsoft.EntityFrameworkCore" Version="7.0.0-rc.2.22458.4">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>4d7e2839b5f628ad2303f61b4bd39c3cdab38069</Sha>
<Sha>e67a2c9233a6cf17fdee40adab949d18abc9030b</Sha>
</Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-rc.2.22458.1">
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-rc.2.22458.4">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>4d7e2839b5f628ad2303f61b4bd39c3cdab38069</Sha>
<Sha>e67a2c9233a6cf17fdee40adab949d18abc9030b</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0-rc.2.22458.1">
<Uri>https://github.com/dotnet/runtime</Uri>
......
......@@ -126,14 +126,14 @@
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
<MicrosoftNETCorePlatformsVersion>7.0.0-rc.2.22458.1</MicrosoftNETCorePlatformsVersion>
<!-- Packages from dotnet/efcore -->
<dotnetefVersion>7.0.0-rc.2.22458.1</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>7.0.0-rc.2.22458.1</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>7.0.0-rc.2.22458.1</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>7.0.0-rc.2.22458.1</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>7.0.0-rc.2.22458.1</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>7.0.0-rc.2.22458.1</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>7.0.0-rc.2.22458.1</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-rc.2.22458.1</MicrosoftEntityFrameworkCoreDesignVersion>
<dotnetefVersion>7.0.0-rc.2.22458.4</dotnetefVersion>
<MicrosoftEntityFrameworkCoreInMemoryVersion>7.0.0-rc.2.22458.4</MicrosoftEntityFrameworkCoreInMemoryVersion>
<MicrosoftEntityFrameworkCoreRelationalVersion>7.0.0-rc.2.22458.4</MicrosoftEntityFrameworkCoreRelationalVersion>
<MicrosoftEntityFrameworkCoreSqliteVersion>7.0.0-rc.2.22458.4</MicrosoftEntityFrameworkCoreSqliteVersion>
<MicrosoftEntityFrameworkCoreSqlServerVersion>7.0.0-rc.2.22458.4</MicrosoftEntityFrameworkCoreSqlServerVersion>
<MicrosoftEntityFrameworkCoreToolsVersion>7.0.0-rc.2.22458.4</MicrosoftEntityFrameworkCoreToolsVersion>
<MicrosoftEntityFrameworkCoreVersion>7.0.0-rc.2.22458.4</MicrosoftEntityFrameworkCoreVersion>
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-rc.2.22458.4</MicrosoftEntityFrameworkCoreDesignVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22423.1</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22423.1</MicrosoftDotNetBuildTasksTemplatingVersion>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册