diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f854dee6c0a2..47c0e5a65d8e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -9,37 +9,37 @@ --> - + https://github.com/dotnet/efcore - 891cf8ff6264729bbdbd733f90fcc11a28f64507 + 2cbc1861b96a9860dd5369dbac639f52b7d1cad4 - + https://github.com/dotnet/efcore - 891cf8ff6264729bbdbd733f90fcc11a28f64507 + 2cbc1861b96a9860dd5369dbac639f52b7d1cad4 - + https://github.com/dotnet/efcore - 891cf8ff6264729bbdbd733f90fcc11a28f64507 + 2cbc1861b96a9860dd5369dbac639f52b7d1cad4 - + https://github.com/dotnet/efcore - 891cf8ff6264729bbdbd733f90fcc11a28f64507 + 2cbc1861b96a9860dd5369dbac639f52b7d1cad4 - + https://github.com/dotnet/efcore - 891cf8ff6264729bbdbd733f90fcc11a28f64507 + 2cbc1861b96a9860dd5369dbac639f52b7d1cad4 - + https://github.com/dotnet/efcore - 891cf8ff6264729bbdbd733f90fcc11a28f64507 + 2cbc1861b96a9860dd5369dbac639f52b7d1cad4 - + https://github.com/dotnet/efcore - 891cf8ff6264729bbdbd733f90fcc11a28f64507 + 2cbc1861b96a9860dd5369dbac639f52b7d1cad4 - + https://github.com/dotnet/efcore - 891cf8ff6264729bbdbd733f90fcc11a28f64507 + 2cbc1861b96a9860dd5369dbac639f52b7d1cad4 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 4fa615419c03..09c8eb25de39 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -129,14 +129,14 @@ 6.0.0-preview.6.21352.12 - 6.0.0-preview.6.21352.1 - 6.0.0-preview.6.21352.1 - 6.0.0-preview.6.21352.1 - 6.0.0-preview.6.21352.1 - 6.0.0-preview.6.21352.1 - 6.0.0-preview.6.21352.1 - 6.0.0-preview.6.21352.1 - 6.0.0-preview.6.21352.1 + 6.0.0-preview.6.21357.11 + 6.0.0-preview.6.21357.11 + 6.0.0-preview.6.21357.11 + 6.0.0-preview.6.21357.11 + 6.0.0-preview.6.21357.11 + 6.0.0-preview.6.21357.11 + 6.0.0-preview.6.21357.11 + 6.0.0-preview.6.21357.11 6.0.0-beta.21311.3 6.0.0-beta.21311.3 diff --git a/src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs b/src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs index 551cdc149134..f8e5e93cd3df 100644 --- a/src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs +++ b/src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs @@ -624,6 +624,7 @@ public async Task Reset_Http1_NotSupported() Assert.Equal("Hello World", response); } + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/34003")] [ConditionalFact] [MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win10, SkipReason = "Http2 requires Win10")] [MaximumOSVersion(OperatingSystems.Windows, WindowsVersions.Win10_20H2, SkipReason = "This is last version without Reset support")]