Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NuGet.config2
-rw-r--r--eng/Version.Details.xml16
-rw-r--r--src/Components/test/E2ETest/Tests/VirtualizationTest.cs1
3 files changed, 10 insertions, 9 deletions
diff --git a/NuGet.config b/NuGet.config
index 9f80c1666c..09ae34655f 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -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" />
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 11072fbce8..82210a6de6 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -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>
diff --git a/src/Components/test/E2ETest/Tests/VirtualizationTest.cs b/src/Components/test/E2ETest/Tests/VirtualizationTest.cs
index 1bbf45d903..b5e3085110 100644
--- a/src/Components/test/E2ETest/Tests/VirtualizationTest.cs
+++ b/src/Components/test/E2ETest/Tests/VirtualizationTest.cs
@@ -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>();