Skip to content

Commit 9b5f201

Browse files
dotnet-botmmitche
authored andcommitted
Merged PR 34809: [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime dnceng/internal/dotnet-efcore
This pull request updates the following dependencies [marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: 83131e87-e80d-4d5b-f426-08dbd53b3319 - **Build**: 20231025.7 - **Date Produced**: October 25, 2023 9:10:32 PM UTC - **Commit**: 17ea9ab3f662320d4ac62d3a2b783b5054ad80bf - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Bcl.AsyncInterfaces**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Bcl.TimeProvider**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Caching.Abstractions**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Caching.Memory**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Configuration**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Configuration.Abstractions**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Configuration.Binder**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Configuration.CommandLine**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Configuration.EnvironmentVariables**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Configuration.FileExtensions**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Configuration.Ini**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Configuration.Json**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Configuration.UserSecrets**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Configuration.Xml**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.DependencyInjection**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.DependencyInjection.Abstractions**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.DependencyModel**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Diagnostics**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Diagnostics.Abstractions**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.FileProviders.Abstractions**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.FileProviders.Composite**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.FileProviders.Physical**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.FileSystemGlobbing**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.HostFactoryResolver.Sources**: [from 8.0.0-rtm.23523.12 to 8.0.0-rtm.23525.7][1] - **Microsoft.Extensions.Hosting**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Hosting.Abstractions**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Http**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Logging**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Logging.Abstractions**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Logging.Configuration**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Logging.Console**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Logging.Debug**: [from 8.0.0 to 8.0.0][1] - **Microsoft.Extensions.Logging.EventLog**: [from 8.0.0 to 8.0.0][1] - **Micr...
1 parent 757f469 commit 9b5f201

32 files changed

+208
-203
lines changed

NuGet.config

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-efcore -->
7-
<add key="darc-pub-dotnet-efcore-e8d9247" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-e8d92476/nuget/v3/index.json" />
7+
<add key="darc-int-dotnet-efcore-1425f65" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-1425f658/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-efcore -->
99
<!-- Begin: Package sources from dotnet-runtime -->
10-
<add key="darc-pub-dotnet-runtime-488a8a3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-488a8a35/nuget/v3/index.json" />
10+
<add key="darc-int-dotnet-runtime-17ea9ab" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-17ea9ab3/nuget/v3/index.json" />
1111
<!-- End: Package sources from dotnet-runtime -->
1212
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1313
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -26,5 +26,13 @@
2626
</packageSources>
2727
<disabledPackageSources>
2828
<clear />
29+
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
30+
<!-- Begin: Package sources from dotnet-efcore -->
31+
<add key="darc-int-dotnet-efcore-1425f65" value="true" />
32+
<!-- End: Package sources from dotnet-efcore -->
33+
<!-- Begin: Package sources from dotnet-runtime -->
34+
<add key="darc-int-dotnet-runtime-17ea9ab" value="true" />
35+
<!-- End: Package sources from dotnet-runtime -->
36+
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2937
</disabledPackageSources>
3038
</configuration>

eng/Version.Details.xml

Lines changed: 163 additions & 163 deletions
Large diffs are not rendered by default.

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>8.0.0</MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>
7272
<MicrosoftNETRuntimeWebAssemblySdkVersion>8.0.0</MicrosoftNETRuntimeWebAssemblySdkVersion>
7373
<MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>8.0.0</MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>
74-
<MicrosoftNETCoreBrowserDebugHostTransportVersion>8.0.0-rtm.23523.12</MicrosoftNETCoreBrowserDebugHostTransportVersion>
74+
<MicrosoftNETCoreBrowserDebugHostTransportVersion>8.0.0-rtm.23525.7</MicrosoftNETCoreBrowserDebugHostTransportVersion>
7575
<MicrosoftExtensionsCachingAbstractionsVersion>8.0.0</MicrosoftExtensionsCachingAbstractionsVersion>
7676
<MicrosoftExtensionsCachingMemoryVersion>8.0.0</MicrosoftExtensionsCachingMemoryVersion>
7777
<MicrosoftExtensionsConfigurationAbstractionsVersion>8.0.0</MicrosoftExtensionsConfigurationAbstractionsVersion>
@@ -92,7 +92,7 @@
9292
<MicrosoftExtensionsFileProvidersCompositeVersion>8.0.0</MicrosoftExtensionsFileProvidersCompositeVersion>
9393
<MicrosoftExtensionsFileProvidersPhysicalVersion>8.0.0</MicrosoftExtensionsFileProvidersPhysicalVersion>
9494
<MicrosoftExtensionsFileSystemGlobbingVersion>8.0.0</MicrosoftExtensionsFileSystemGlobbingVersion>
95-
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>8.0.0-rtm.23523.12</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
95+
<MicrosoftExtensionsHostFactoryResolverSourcesVersion>8.0.0-rtm.23525.7</MicrosoftExtensionsHostFactoryResolverSourcesVersion>
9696
<MicrosoftExtensionsHostingAbstractionsVersion>8.0.0</MicrosoftExtensionsHostingAbstractionsVersion>
9797
<MicrosoftExtensionsHostingVersion>8.0.0</MicrosoftExtensionsHostingVersion>
9898
<MicrosoftExtensionsHttpVersion>8.0.0</MicrosoftExtensionsHttpVersion>
@@ -108,7 +108,7 @@
108108
<MicrosoftExtensionsOptionsDataAnnotationsVersion>8.0.0</MicrosoftExtensionsOptionsDataAnnotationsVersion>
109109
<MicrosoftExtensionsOptionsVersion>8.0.0</MicrosoftExtensionsOptionsVersion>
110110
<MicrosoftExtensionsPrimitivesVersion>8.0.0</MicrosoftExtensionsPrimitivesVersion>
111-
<MicrosoftInternalRuntimeAspNetCoreTransportVersion>8.0.0-rtm.23523.12</MicrosoftInternalRuntimeAspNetCoreTransportVersion>
111+
<MicrosoftInternalRuntimeAspNetCoreTransportVersion>8.0.0-rtm.23525.7</MicrosoftInternalRuntimeAspNetCoreTransportVersion>
112112
<SystemConfigurationConfigurationManagerVersion>8.0.0</SystemConfigurationConfigurationManagerVersion>
113113
<SystemDiagnosticsDiagnosticSourceVersion>8.0.0</SystemDiagnosticsDiagnosticSourceVersion>
114114
<SystemDiagnosticsEventLogVersion>8.0.0</SystemDiagnosticsEventLogVersion>
@@ -128,9 +128,9 @@
128128
<SystemThreadingAccessControlVersion>8.0.0</SystemThreadingAccessControlVersion>
129129
<SystemThreadingChannelsVersion>8.0.0</SystemThreadingChannelsVersion>
130130
<SystemThreadingRateLimitingVersion>8.0.0</SystemThreadingRateLimitingVersion>
131-
<MicrosoftSourceBuildIntermediateruntimelinuxx64Version>8.0.0-rtm.23523.12</MicrosoftSourceBuildIntermediateruntimelinuxx64Version>
131+
<MicrosoftSourceBuildIntermediateruntimelinuxx64Version>8.0.0-rtm.23525.7</MicrosoftSourceBuildIntermediateruntimelinuxx64Version>
132132
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
133-
<MicrosoftNETCorePlatformsVersion>8.0.0-rtm.23523.12</MicrosoftNETCorePlatformsVersion>
133+
<MicrosoftNETCorePlatformsVersion>8.0.0-rtm.23525.7</MicrosoftNETCorePlatformsVersion>
134134
<MicrosoftBclAsyncInterfacesVersion>8.0.0</MicrosoftBclAsyncInterfacesVersion>
135135
<!-- Transitive package to provide coherency in dotnet/extensions -->
136136
<MicrosoftBclTimeProviderVersion>8.0.0</MicrosoftBclTimeProviderVersion>

src/Servers/IIS/IIS/test/Common.FunctionalTests/AspNetCorePortTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests;
2929
#endif
3030

3131
[Collection(PublishedSitesCollection.Name)]
32-
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre.Open;")]
32+
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre;Windows.Amd64.VS2022.Pre.Open;")]
3333
public class AspNetCorePortTests : IISFunctionalTestBase
3434
{
3535
// Port range allowed by ANCM config

src/Servers/IIS/IIS/test/Common.FunctionalTests/BasicAuthTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests;
2828
#endif
2929

3030
[Collection(PublishedSitesCollection.Name)]
31-
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre.Open;")]
31+
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre;Windows.Amd64.VS2022.Pre.Open;")]
3232
public class BasicAuthTests : IISFunctionalTestBase
3333
{
3434
public BasicAuthTests(PublishedSitesFixture fixture) : base(fixture)

src/Servers/IIS/IIS/test/Common.FunctionalTests/CompressionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests;
2626
#endif
2727

2828
[Collection(IISCompressionSiteCollection.Name)]
29-
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre.Open;")]
29+
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre;Windows.Amd64.VS2022.Pre.Open;")]
3030
public class CompressionTests : FixtureLoggedTest
3131
{
3232
private readonly IISCompressionSiteFixture _fixture;

src/Servers/IIS/IIS/test/Common.FunctionalTests/FrebTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests;
3131
#endif
3232

3333
[Collection(PublishedSitesCollection.Name)]
34-
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre.Open;")]
34+
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre;Windows.Amd64.VS2022.Pre.Open;")]
3535
public class FrebTests : IISFunctionalTestBase
3636
{
3737
public FrebTests(PublishedSitesFixture fixture) : base(fixture)

src/Servers/IIS/IIS/test/Common.FunctionalTests/GlobalVersionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests;
2929
#endif
3030

3131
[Collection(PublishedSitesCollection.Name)]
32-
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre.Open;")]
32+
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre;Windows.Amd64.VS2022.Pre.Open;")]
3333
public class GlobalVersionTests : IISFunctionalTestBase
3434
{
3535
public GlobalVersionTests(PublishedSitesFixture fixture) : base(fixture)

src/Servers/IIS/IIS/test/Common.FunctionalTests/Http2Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests;
3838
/// with newer functionality.
3939
/// </summary>
4040
[Collection(IISHttpsTestSiteCollection.Name)]
41-
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre.Open;")]
41+
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre;Windows.Amd64.VS2022.Pre.Open;")]
4242
public class Http2Tests
4343
{
4444
public Http2Tests(IISTestSiteFixture fixture)

src/Servers/IIS/IIS/test/Common.FunctionalTests/HttpsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests;
3131

3232
[Collection(PublishedSitesCollection.Name)]
3333
[SkipIfNotAdmin]
34-
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre.Open;")]
34+
[SkipOnHelix("Unsupported queue", Queues = "Windows.Amd64.VS2022.Pre;Windows.Amd64.VS2022.Pre.Open;")]
3535
public class ClientCertificateTests : IISFunctionalTestBase
3636
{
3737
private readonly ClientCertificateFixture _certFixture;

0 commit comments

Comments
 (0)