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

Update dependencies from https://github.com/dotnet/efcore build 20211021.5 (#37770)

[release/6.0] Update dependencies from dotnet/efcore
上级 7a869ccb
No related branches found
No related tags found
无相关合并请求
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<add key="darc-pub-dotnet-runtime-de75159-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-de751593-1/nuget/v3/index.json" /> <add key="darc-pub-dotnet-runtime-de75159-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-de751593-1/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime --> <!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-efcore --> <!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-pub-dotnet-efcore-53df7fe" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-53df7feb/nuget/v3/index.json" /> <add key="darc-pub-dotnet-efcore-9b3a2d7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-9b3a2d74/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-efcore --> <!-- End: Package sources from dotnet-efcore -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.--> <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" /> <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
......
...@@ -11,35 +11,35 @@ ...@@ -11,35 +11,35 @@
<ProductDependencies> <ProductDependencies>
<Dependency Name="dotnet-ef" Version="6.0.0"> <Dependency Name="dotnet-ef" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri> <Uri>https://github.com/dotnet/efcore</Uri>
<Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0"> <Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri> <Uri>https://github.com/dotnet/efcore</Uri>
<Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0"> <Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri> <Uri>https://github.com/dotnet/efcore</Uri>
<Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0"> <Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri> <Uri>https://github.com/dotnet/efcore</Uri>
<Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0"> <Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri> <Uri>https://github.com/dotnet/efcore</Uri>
<Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0"> <Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri> <Uri>https://github.com/dotnet/efcore</Uri>
<Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0"> <Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri> <Uri>https://github.com/dotnet/efcore</Uri>
<Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0"> <Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.0">
<Uri>https://github.com/dotnet/efcore</Uri> <Uri>https://github.com/dotnet/efcore</Uri>
<Sha>53df7feb361d49a243d5d69d1a597d8fd114eaea</Sha> <Sha>9b3a2d74ba672f27ec3b910e9da849a2a888de5c</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0"> <Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0">
<Uri>https://github.com/dotnet/runtime</Uri> <Uri>https://github.com/dotnet/runtime</Uri>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册