[release/5.0] Update dependencies from dotnet/efcore (#27189)
[release/5.0] Update dependencies from dotnet/efcore - Quarantine flaky test
This commit is contained in:
parent
c15cd69b65
commit
371a26f07b
|
|
@ -4,7 +4,7 @@
|
|||
<clear />
|
||||
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
|
||||
<add key="darc-pub-dotnet-runtime-cf258a1-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-cf258a14-1/nuget/v3/index.json" />
|
||||
<add key="darc-pub-dotnet-efcore-73566d1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-73566d1f/nuget/v3/index.json" />
|
||||
<add key="darc-pub-dotnet-efcore-33570d0" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-33570d03/nuget/v3/index.json" />
|
||||
<!--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-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
|
||||
|
|
|
|||
|
|
@ -11,35 +11,35 @@
|
|||
<ProductDependencies>
|
||||
<Dependency Name="dotnet-ef" Version="5.0.0">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>73566d1fb936ebccd9e8c476fb286ffd451bdd46</Sha>
|
||||
<Sha>33570d0337f76208fa3a814f7f6d3a506bd9c0be</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.0">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>73566d1fb936ebccd9e8c476fb286ffd451bdd46</Sha>
|
||||
<Sha>33570d0337f76208fa3a814f7f6d3a506bd9c0be</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="5.0.0">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>73566d1fb936ebccd9e8c476fb286ffd451bdd46</Sha>
|
||||
<Sha>33570d0337f76208fa3a814f7f6d3a506bd9c0be</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.0">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>73566d1fb936ebccd9e8c476fb286ffd451bdd46</Sha>
|
||||
<Sha>33570d0337f76208fa3a814f7f6d3a506bd9c0be</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.0">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>73566d1fb936ebccd9e8c476fb286ffd451bdd46</Sha>
|
||||
<Sha>33570d0337f76208fa3a814f7f6d3a506bd9c0be</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="5.0.0">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>73566d1fb936ebccd9e8c476fb286ffd451bdd46</Sha>
|
||||
<Sha>33570d0337f76208fa3a814f7f6d3a506bd9c0be</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore" Version="5.0.0">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>73566d1fb936ebccd9e8c476fb286ffd451bdd46</Sha>
|
||||
<Sha>33570d0337f76208fa3a814f7f6d3a506bd9c0be</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="5.0.0">
|
||||
<Uri>https://github.com/dotnet/efcore</Uri>
|
||||
<Sha>73566d1fb936ebccd9e8c476fb286ffd451bdd46</Sha>
|
||||
<Sha>33570d0337f76208fa3a814f7f6d3a506bd9c0be</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="5.0.0">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
|
|
|
|||
|
|
@ -168,6 +168,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/27227")]
|
||||
public void CancelsOutdatedRefreshes_Async()
|
||||
{
|
||||
Browser.MountTestComponent<VirtualizationComponent>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue