[internal/release/5.0] Update dependencies from dnceng/internal/dotnet-efcore
This commit is contained in:
parent
51f7b665e6
commit
75759a8109
|
|
@ -4,7 +4,7 @@
|
|||
<clear />
|
||||
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
|
||||
<!-- Begin: Package sources from dotnet-efcore -->
|
||||
<add key="darc-int-dotnet-efcore-f21c0dd" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-efcore-f21c0dd6/nuget/v3/index.json" />
|
||||
<add key="darc-int-dotnet-efcore-2f4f88a" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-efcore-2f4f88aa/nuget/v3/index.json" />
|
||||
<!-- End: Package sources from dotnet-efcore -->
|
||||
<!--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" />
|
||||
|
|
@ -18,8 +18,9 @@
|
|||
<disabledPackageSources>
|
||||
<add key="darc-int-dotnet-runtime-681e2c3" value="true" />
|
||||
<add key="darc-int-dotnet-runtime-aeea2ad" value="true" />
|
||||
<!-- Begin: Package sources from dotnet-efcore -->
|
||||
<add key="darc-int-dotnet-efcore-f21c0dd" value="true" />
|
||||
<!-- Begin: Package sources from dotnet-efcore -->
|
||||
<add key="darc-int-dotnet-efcore-2f4f88a" value="true" />
|
||||
<!-- End: Package sources from dotnet-efcore -->
|
||||
</disabledPackageSources>
|
||||
</configuration>
|
||||
|
|
|
|||
|
|
@ -11,35 +11,35 @@
|
|||
<ProductDependencies>
|
||||
<Dependency Name="dotnet-ef" Version="5.0.2">
|
||||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
|
||||
<Sha>f21c0dd677fc47e61a8353dae161a8713b64786b</Sha>
|
||||
<Sha>2f4f88aa51acfed60171ec87f3d52a67f629d71a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.2">
|
||||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
|
||||
<Sha>f21c0dd677fc47e61a8353dae161a8713b64786b</Sha>
|
||||
<Sha>2f4f88aa51acfed60171ec87f3d52a67f629d71a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="5.0.2">
|
||||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
|
||||
<Sha>f21c0dd677fc47e61a8353dae161a8713b64786b</Sha>
|
||||
<Sha>2f4f88aa51acfed60171ec87f3d52a67f629d71a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.2">
|
||||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
|
||||
<Sha>f21c0dd677fc47e61a8353dae161a8713b64786b</Sha>
|
||||
<Sha>2f4f88aa51acfed60171ec87f3d52a67f629d71a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.2">
|
||||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
|
||||
<Sha>f21c0dd677fc47e61a8353dae161a8713b64786b</Sha>
|
||||
<Sha>2f4f88aa51acfed60171ec87f3d52a67f629d71a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="5.0.2">
|
||||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
|
||||
<Sha>f21c0dd677fc47e61a8353dae161a8713b64786b</Sha>
|
||||
<Sha>2f4f88aa51acfed60171ec87f3d52a67f629d71a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore" Version="5.0.2">
|
||||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
|
||||
<Sha>f21c0dd677fc47e61a8353dae161a8713b64786b</Sha>
|
||||
<Sha>2f4f88aa51acfed60171ec87f3d52a67f629d71a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="5.0.2">
|
||||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
|
||||
<Sha>f21c0dd677fc47e61a8353dae161a8713b64786b</Sha>
|
||||
<Sha>2f4f88aa51acfed60171ec87f3d52a67f629d71a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="5.0.0">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
|
|
|
|||
Loading…
Reference in New Issue