From 8230809be0084c7b2e973f72f82cf67a425c6461 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 26 Jun 2026 14:37:59 +0000 Subject: [PATCH 01/14] Backflow from https://github.com/dotnet/dotnet / a512c3a build 320350 Diff: https://github.com/dotnet/dotnet/compare/5395b74f758cf9fe7adf3ddbba54d667ee802583..a512c3ad43185e96fc2c2769a4f02af689e3fb99 From: https://github.com/dotnet/dotnet/commit/5395b74f758cf9fe7adf3ddbba54d667ee802583 To: https://github.com/dotnet/dotnet/commit/a512c3ad43185e96fc2c2769a4f02af689e3fb99 [[ commit created by automation ]] --- eng/Signing.props | 8 ++++++++ src/Components/Directory.Build.props | 7 ++++++- src/Components/test/testassets/Directory.Build.props | 3 ++- .../LazyTestContentPackage/LazyTestContentPackage.csproj | 4 ---- .../TestContentPackage/TestContentPackage.csproj | 4 ---- .../EntityFrameworkCore/src/IdentityUserContext.cs | 2 +- .../src/Microsoft.AspNetCore.Server.Kestrel.csproj | 1 + 7 files changed, 18 insertions(+), 11 deletions(-) diff --git a/eng/Signing.props b/eng/Signing.props index 59a8aac0657b..a2b9073dd1a6 100644 --- a/eng/Signing.props +++ b/eng/Signing.props @@ -15,6 +15,14 @@ + + + + + + + + diff --git a/src/Components/Directory.Build.props b/src/Components/Directory.Build.props index 9978de8db95c..a34c64c83705 100644 --- a/src/Components/Directory.Build.props +++ b/src/Components/Directory.Build.props @@ -2,7 +2,12 @@ - true + + true diff --git a/src/Components/test/testassets/Directory.Build.props b/src/Components/test/testassets/Directory.Build.props index 31ce4bfb1bf5..c325ea1e5734 100644 --- a/src/Components/test/testassets/Directory.Build.props +++ b/src/Components/test/testassets/Directory.Build.props @@ -2,7 +2,8 @@ - true + + true diff --git a/src/Components/test/testassets/LazyTestContentPackage/LazyTestContentPackage.csproj b/src/Components/test/testassets/LazyTestContentPackage/LazyTestContentPackage.csproj index 0841cce93a22..b040f205c7b9 100644 --- a/src/Components/test/testassets/LazyTestContentPackage/LazyTestContentPackage.csproj +++ b/src/Components/test/testassets/LazyTestContentPackage/LazyTestContentPackage.csproj @@ -6,10 +6,6 @@ _content/TestContentPackage - - true - - diff --git a/src/Components/test/testassets/TestContentPackage/TestContentPackage.csproj b/src/Components/test/testassets/TestContentPackage/TestContentPackage.csproj index a8906c8338fb..fc559e54122f 100644 --- a/src/Components/test/testassets/TestContentPackage/TestContentPackage.csproj +++ b/src/Components/test/testassets/TestContentPackage/TestContentPackage.csproj @@ -6,10 +6,6 @@ _content/TestContentPackage - - true - - diff --git a/src/Identity/EntityFrameworkCore/src/IdentityUserContext.cs b/src/Identity/EntityFrameworkCore/src/IdentityUserContext.cs index 5f8f7487612b..338171008272 100644 --- a/src/Identity/EntityFrameworkCore/src/IdentityUserContext.cs +++ b/src/Identity/EntityFrameworkCore/src/IdentityUserContext.cs @@ -142,7 +142,7 @@ protected IdentityUserContext() { } private sealed class PersonalDataConverter : ValueConverter { - public PersonalDataConverter(IPersonalDataProtector protector) : base(s => protector.Protect(s), s => protector.Unprotect(s), default) + public PersonalDataConverter(IPersonalDataProtector protector) : base(s => protector.Protect(s), s => protector.Unprotect(s)) { } } diff --git a/src/Servers/Kestrel/Kestrel/src/Microsoft.AspNetCore.Server.Kestrel.csproj b/src/Servers/Kestrel/Kestrel/src/Microsoft.AspNetCore.Server.Kestrel.csproj index 4f85a160dd8b..211957676042 100644 --- a/src/Servers/Kestrel/Kestrel/src/Microsoft.AspNetCore.Server.Kestrel.csproj +++ b/src/Servers/Kestrel/Kestrel/src/Microsoft.AspNetCore.Server.Kestrel.csproj @@ -14,6 +14,7 @@ + From a0b134e0436e318bcb8662f05dbac7f60c6d230f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 26 Jun 2026 14:38:00 +0000 Subject: [PATCH 02/14] Update dependencies from build 320350 Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 11.0.0-preview.6.26319.105 -> 11.0.0-preview.6.26325.125) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 11.0.0-beta.26319.105 -> 11.0.0-beta.26325.125) Microsoft.Web.Xdt (Version 3.3.0-preview.6.26319.105 -> 3.3.0-preview.6.26325.125) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.9.0-rc.32005 -> 7.9.0-rc.32625) [[ commit created by automation ]] --- eng/Version.Details.props | 184 +++++++++---------- eng/Version.Details.xml | 370 +++++++++++++++++++------------------- global.json | 6 +- 3 files changed, 280 insertions(+), 280 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 41c27dc3907f..ae6257b0debc 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,98 +6,98 @@ This file should be imported by eng/Versions.props - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-beta.26319.105 - 11.0.0-beta.26319.105 - 11.0.0-beta.26319.105 - 11.0.0-beta.26319.105 - 11.0.0-beta.26319.105 - 11.0.0-beta.26319.105 - 11.0.0-beta.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 3.3.0-preview.6.26319.105 - 7.9.0-rc.32005 - 7.9.0-rc.32005 - 7.9.0-rc.32005 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 - 11.0.0-preview.6.26319.105 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-beta.26325.125 + 11.0.0-beta.26325.125 + 11.0.0-beta.26325.125 + 11.0.0-beta.26325.125 + 11.0.0-beta.26325.125 + 11.0.0-beta.26325.125 + 11.0.0-beta.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 3.3.0-preview.6.26325.125 + 7.9.0-rc.32625 + 7.9.0-rc.32625 + 7.9.0-rc.32625 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26325.125 10.6.0 10.6.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f062c630507a..decaa2e060e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,333 +8,333 @@ See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc. --> - + - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 @@ -358,37 +358,37 @@ - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 https://github.com/dotnet/extensions @@ -448,17 +448,17 @@ https://github.com/dotnet/msbuild d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 - + https://github.com/dotnet/dotnet - b756a8d8a0e64905e16c81911bb09a8110bc3395 + a512c3ad43185e96fc2c2769a4f02af689e3fb99 diff --git a/global.json b/global.json index 3221106ebbf2..ffe5985008a6 100644 --- a/global.json +++ b/global.json @@ -22,9 +22,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26319.105", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26319.105", - "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26319.105", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26325.125", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26325.125", + "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26325.125", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", "Microsoft.WixToolset.Sdk": "6.0.3-dotnet.4" From 0e669b8f6ad5d0e8c61ce5eb940c0e42c2a1548d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 27 Jun 2026 05:00:20 +0000 Subject: [PATCH 03/14] Update dependencies from build 320483 Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 11.0.0-preview.6.26325.125 -> 11.0.0-preview.6.26326.122) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 11.0.0-beta.26325.125 -> 11.0.0-beta.26326.122) Microsoft.Web.Xdt (Version 3.3.0-preview.6.26325.125 -> 3.3.0-preview.6.26326.122) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.9.0-rc.32625 -> 7.9.0-rc.32722) [[ commit created by automation ]] --- eng/Version.Details.props | 184 +++++++++---------- eng/Version.Details.xml | 370 +++++++++++++++++++------------------- global.json | 6 +- 3 files changed, 280 insertions(+), 280 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index ae6257b0debc..57acbf847bd5 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,98 +6,98 @@ This file should be imported by eng/Versions.props - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-beta.26325.125 - 11.0.0-beta.26325.125 - 11.0.0-beta.26325.125 - 11.0.0-beta.26325.125 - 11.0.0-beta.26325.125 - 11.0.0-beta.26325.125 - 11.0.0-beta.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 3.3.0-preview.6.26325.125 - 7.9.0-rc.32625 - 7.9.0-rc.32625 - 7.9.0-rc.32625 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 - 11.0.0-preview.6.26325.125 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-beta.26326.122 + 11.0.0-beta.26326.122 + 11.0.0-beta.26326.122 + 11.0.0-beta.26326.122 + 11.0.0-beta.26326.122 + 11.0.0-beta.26326.122 + 11.0.0-beta.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 3.3.0-preview.6.26326.122 + 7.9.0-rc.32722 + 7.9.0-rc.32722 + 7.9.0-rc.32722 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26326.122 10.6.0 10.6.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index decaa2e060e2..cab70efbd256 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,333 +8,333 @@ See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc. --> - + - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 @@ -358,37 +358,37 @@ - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 https://github.com/dotnet/extensions @@ -448,17 +448,17 @@ https://github.com/dotnet/msbuild d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 - + https://github.com/dotnet/dotnet - a512c3ad43185e96fc2c2769a4f02af689e3fb99 + 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 diff --git a/global.json b/global.json index ffe5985008a6..926064384159 100644 --- a/global.json +++ b/global.json @@ -22,9 +22,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26325.125", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26325.125", - "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26325.125", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26326.122", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26326.122", + "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26326.122", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", "Microsoft.WixToolset.Sdk": "6.0.3-dotnet.4" From b49f3779488050f2bb9616d2aed0c6f8b07a259c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 28 Jun 2026 06:07:58 +0000 Subject: [PATCH 04/14] Update dependencies from build 320530 Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 11.0.0-preview.6.26326.122 -> 11.0.0-preview.6.26327.103) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 11.0.0-beta.26326.122 -> 11.0.0-beta.26327.103) Microsoft.Web.Xdt (Version 3.3.0-preview.6.26326.122 -> 3.3.0-preview.6.26327.103) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.9.0-rc.32722 -> 7.9.0-rc.32803) [[ commit created by automation ]] --- eng/Version.Details.props | 184 +++++++++---------- eng/Version.Details.xml | 370 +++++++++++++++++++------------------- global.json | 6 +- 3 files changed, 280 insertions(+), 280 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 57acbf847bd5..015968518524 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,98 +6,98 @@ This file should be imported by eng/Versions.props - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-beta.26326.122 - 11.0.0-beta.26326.122 - 11.0.0-beta.26326.122 - 11.0.0-beta.26326.122 - 11.0.0-beta.26326.122 - 11.0.0-beta.26326.122 - 11.0.0-beta.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 3.3.0-preview.6.26326.122 - 7.9.0-rc.32722 - 7.9.0-rc.32722 - 7.9.0-rc.32722 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 - 11.0.0-preview.6.26326.122 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-beta.26327.103 + 11.0.0-beta.26327.103 + 11.0.0-beta.26327.103 + 11.0.0-beta.26327.103 + 11.0.0-beta.26327.103 + 11.0.0-beta.26327.103 + 11.0.0-beta.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 3.3.0-preview.6.26327.103 + 7.9.0-rc.32803 + 7.9.0-rc.32803 + 7.9.0-rc.32803 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26327.103 10.6.0 10.6.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cab70efbd256..57655bcc06f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,333 +8,333 @@ See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc. --> - + - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed @@ -358,37 +358,37 @@ - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed https://github.com/dotnet/extensions @@ -448,17 +448,17 @@ https://github.com/dotnet/msbuild d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3 - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed - + https://github.com/dotnet/dotnet - 1bff05b756db35ded2fbb17fb8f2934ac81e1b74 + 5c72b16859e717690ca6bceeccb6ab57b314e7ed diff --git a/global.json b/global.json index 926064384159..a5d50a8a3a8c 100644 --- a/global.json +++ b/global.json @@ -22,9 +22,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26326.122", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26326.122", - "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26326.122", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26327.103", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26327.103", + "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26327.103", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", "Microsoft.WixToolset.Sdk": "6.0.3-dotnet.4" From 6894cce0e29e6a21ddf6dc7db9fa3d68792579b7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 28 Jun 2026 22:20:35 +0000 Subject: [PATCH 05/14] Update dependencies from build 320581 Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 11.0.0-preview.6.26327.103 -> 11.0.0-preview.6.26328.106) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 11.0.0-beta.26327.103 -> 11.0.0-beta.26328.106) Microsoft.Web.Xdt (Version 3.3.0-preview.6.26327.103 -> 3.3.0-preview.6.26328.106) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.9.0-rc.32803 -> 7.9.0-rc.32906) [[ commit created by automation ]] --- eng/Version.Details.props | 184 +++++++++---------- eng/Version.Details.xml | 370 +++++++++++++++++++------------------- global.json | 6 +- 3 files changed, 280 insertions(+), 280 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 015968518524..0ad17e7cf9f5 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,98 +6,98 @@ This file should be imported by eng/Versions.props - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-beta.26327.103 - 11.0.0-beta.26327.103 - 11.0.0-beta.26327.103 - 11.0.0-beta.26327.103 - 11.0.0-beta.26327.103 - 11.0.0-beta.26327.103 - 11.0.0-beta.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 3.3.0-preview.6.26327.103 - 7.9.0-rc.32803 - 7.9.0-rc.32803 - 7.9.0-rc.32803 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 - 11.0.0-preview.6.26327.103 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-beta.26328.106 + 11.0.0-beta.26328.106 + 11.0.0-beta.26328.106 + 11.0.0-beta.26328.106 + 11.0.0-beta.26328.106 + 11.0.0-beta.26328.106 + 11.0.0-beta.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 3.3.0-preview.6.26328.106 + 7.9.0-rc.32906 + 7.9.0-rc.32906 + 7.9.0-rc.32906 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26328.106 10.6.0 10.6.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57655bcc06f3..9ce4179b7a6a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,333 +8,333 @@ See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc. --> - + - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 @@ -358,37 +358,37 @@ - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 https://github.com/dotnet/extensions @@ -448,17 +448,17 @@ https://github.com/dotnet/msbuild d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 - + https://github.com/dotnet/dotnet - 5c72b16859e717690ca6bceeccb6ab57b314e7ed + 4e63ed688b0db806aa962c318a237b22aa069435 diff --git a/global.json b/global.json index a5d50a8a3a8c..529f5f80717b 100644 --- a/global.json +++ b/global.json @@ -22,9 +22,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26327.103", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26327.103", - "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26327.103", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26328.106", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26328.106", + "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26328.106", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", "Microsoft.WixToolset.Sdk": "6.0.3-dotnet.4" From 853e3e5b54781b2be8182c121b970fc2a276a706 Mon Sep 17 00:00:00 2001 From: wigodbe Date: Mon, 29 Jun 2026 17:03:59 -0700 Subject: [PATCH 06/14] Work around preview6 runtime-async InvalidProgramException in ValidationsGenerator tests The preview6 runtime miscompiles awaiting a synchronous Task-returning method that has a byref (out) parameter, throwing InvalidProgramException at runtime (dotnet/runtime#129999). Change ValidationsGeneratorTestBase.Verify to return Task instead of Task, which avoids the non-generic Task await path that triggers the bug. This is a preview6-only workaround; main ingests the real runtime fix. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../ValidationsGeneratorTestBase.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Validation/test/Microsoft.Extensions.Validation.GeneratorTests/ValidationsGeneratorTestBase.cs b/src/Validation/test/Microsoft.Extensions.Validation.GeneratorTests/ValidationsGeneratorTestBase.cs index fc37aa9a511b..6afc3459eea9 100644 --- a/src/Validation/test/Microsoft.Extensions.Validation.GeneratorTests/ValidationsGeneratorTestBase.cs +++ b/src/Validation/test/Microsoft.Extensions.Validation.GeneratorTests/ValidationsGeneratorTestBase.cs @@ -37,7 +37,12 @@ public partial class ValidationsGeneratorTestBase : LoggedTestBase private static readonly CSharpParseOptions ParseOptions = new CSharpParseOptions(LanguageVersion.Preview) .WithFeatures([new KeyValuePair("InterceptorsNamespaces", "Microsoft.Extensions.Validation.Generated")]); - internal static Task Verify(string source, out Compilation compilation) + // NOTE: This returns Task rather than Task purely as a workaround for a runtime-async + // JIT bug in the preview6 runtime, where awaiting a synchronous Task-returning method that has a byref + // (out) parameter miscompiles and throws InvalidProgramException. Returning Task avoids + // the non-generic Task await path that triggers the bug. See https://github.com/dotnet/runtime/pull/129999. + // This workaround is only needed on release/11.0-preview6; main ingests the real runtime fix. + internal static Task Verify(string source, out Compilation compilation) { var references = AppDomain.CurrentDomain.GetAssemblies() .Where(assembly => !assembly.IsDynamic && !string.IsNullOrWhiteSpace(assembly.Location)) From 66bbccf37a2e0559533452aa8bff3dd5efbb067c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 30 Jun 2026 13:08:06 +0000 Subject: [PATCH 07/14] Update dependencies from build 320883 Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 11.0.0-preview.6.26328.106 -> 11.0.0-preview.6.26329.116) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 11.0.0-beta.26328.106 -> 11.0.0-beta.26329.116) Microsoft.Web.Xdt (Version 3.3.0-preview.6.26328.106 -> 3.3.0-preview.6.26329.116) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.9.0-rc.32906 -> 7.9.0-rc.33016) [[ commit created by automation ]] --- eng/Version.Details.props | 184 +++++++++---------- eng/Version.Details.xml | 370 +++++++++++++++++++------------------- global.json | 6 +- 3 files changed, 280 insertions(+), 280 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 0ad17e7cf9f5..ae6379e4dd80 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,98 +6,98 @@ This file should be imported by eng/Versions.props - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-beta.26328.106 - 11.0.0-beta.26328.106 - 11.0.0-beta.26328.106 - 11.0.0-beta.26328.106 - 11.0.0-beta.26328.106 - 11.0.0-beta.26328.106 - 11.0.0-beta.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 3.3.0-preview.6.26328.106 - 7.9.0-rc.32906 - 7.9.0-rc.32906 - 7.9.0-rc.32906 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 - 11.0.0-preview.6.26328.106 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-beta.26329.116 + 11.0.0-beta.26329.116 + 11.0.0-beta.26329.116 + 11.0.0-beta.26329.116 + 11.0.0-beta.26329.116 + 11.0.0-beta.26329.116 + 11.0.0-beta.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 3.3.0-preview.6.26329.116 + 7.9.0-rc.33016 + 7.9.0-rc.33016 + 7.9.0-rc.33016 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26329.116 10.6.0 10.6.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ce4179b7a6a..ec29418f69b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,333 +8,333 @@ See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc. --> - + - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 @@ -358,37 +358,37 @@ - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 https://github.com/dotnet/extensions @@ -448,17 +448,17 @@ https://github.com/dotnet/msbuild d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 - + https://github.com/dotnet/dotnet - 4e63ed688b0db806aa962c318a237b22aa069435 + 20e890ea523f7e99fc6d8a3d00190a17ee995759 diff --git a/global.json b/global.json index 529f5f80717b..a2075dc54bb6 100644 --- a/global.json +++ b/global.json @@ -22,9 +22,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26328.106", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26328.106", - "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26328.106", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26329.116", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26329.116", + "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26329.116", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", "Microsoft.WixToolset.Sdk": "6.0.3-dotnet.4" From 769013e5d802bab6ad8cfc6ca347ad8ac708b0ef Mon Sep 17 00:00:00 2001 From: wigodbe Date: Tue, 30 Jun 2026 10:39:10 -0700 Subject: [PATCH 08/14] Revert "Work around preview6 runtime-async InvalidProgramException in ValidationsGenerator tests" This reverts commit 853e3e5b54781b2be8182c121b970fc2a276a706. --- .../ValidationsGeneratorTestBase.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Validation/test/Microsoft.Extensions.Validation.GeneratorTests/ValidationsGeneratorTestBase.cs b/src/Validation/test/Microsoft.Extensions.Validation.GeneratorTests/ValidationsGeneratorTestBase.cs index 6afc3459eea9..fc37aa9a511b 100644 --- a/src/Validation/test/Microsoft.Extensions.Validation.GeneratorTests/ValidationsGeneratorTestBase.cs +++ b/src/Validation/test/Microsoft.Extensions.Validation.GeneratorTests/ValidationsGeneratorTestBase.cs @@ -37,12 +37,7 @@ public partial class ValidationsGeneratorTestBase : LoggedTestBase private static readonly CSharpParseOptions ParseOptions = new CSharpParseOptions(LanguageVersion.Preview) .WithFeatures([new KeyValuePair("InterceptorsNamespaces", "Microsoft.Extensions.Validation.Generated")]); - // NOTE: This returns Task rather than Task purely as a workaround for a runtime-async - // JIT bug in the preview6 runtime, where awaiting a synchronous Task-returning method that has a byref - // (out) parameter miscompiles and throws InvalidProgramException. Returning Task avoids - // the non-generic Task await path that triggers the bug. See https://github.com/dotnet/runtime/pull/129999. - // This workaround is only needed on release/11.0-preview6; main ingests the real runtime fix. - internal static Task Verify(string source, out Compilation compilation) + internal static Task Verify(string source, out Compilation compilation) { var references = AppDomain.CurrentDomain.GetAssemblies() .Where(assembly => !assembly.IsDynamic && !string.IsNullOrWhiteSpace(assembly.Location)) From a20ea51bf660fa4b5c4826c79d8ac890ee4749a8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 30 Jun 2026 20:47:22 +0000 Subject: [PATCH 09/14] Update dependencies from build 320956 Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 11.0.0-preview.6.26329.116 -> 11.0.0-preview.6.26330.107) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 11.0.0-beta.26329.116 -> 11.0.0-beta.26330.107) Microsoft.Web.Xdt (Version 3.3.0-preview.6.26329.116 -> 3.3.0-preview.6.26330.107) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.9.0-rc.33016 -> 7.9.0-rc.33107) [[ commit created by automation ]] --- eng/Version.Details.props | 184 +++++++++---------- eng/Version.Details.xml | 370 +++++++++++++++++++------------------- global.json | 6 +- 3 files changed, 280 insertions(+), 280 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index ae6379e4dd80..63821b3c7529 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,98 +6,98 @@ This file should be imported by eng/Versions.props - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-beta.26329.116 - 11.0.0-beta.26329.116 - 11.0.0-beta.26329.116 - 11.0.0-beta.26329.116 - 11.0.0-beta.26329.116 - 11.0.0-beta.26329.116 - 11.0.0-beta.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 3.3.0-preview.6.26329.116 - 7.9.0-rc.33016 - 7.9.0-rc.33016 - 7.9.0-rc.33016 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 - 11.0.0-preview.6.26329.116 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-beta.26330.107 + 11.0.0-beta.26330.107 + 11.0.0-beta.26330.107 + 11.0.0-beta.26330.107 + 11.0.0-beta.26330.107 + 11.0.0-beta.26330.107 + 11.0.0-beta.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 3.3.0-preview.6.26330.107 + 7.9.0-rc.33107 + 7.9.0-rc.33107 + 7.9.0-rc.33107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.107 10.6.0 10.6.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec29418f69b7..043ce00d7181 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,333 +8,333 @@ See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc. --> - + - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 @@ -358,37 +358,37 @@ - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 https://github.com/dotnet/extensions @@ -448,17 +448,17 @@ https://github.com/dotnet/msbuild d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 - + https://github.com/dotnet/dotnet - 20e890ea523f7e99fc6d8a3d00190a17ee995759 + 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 diff --git a/global.json b/global.json index a2075dc54bb6..2642e5b653d4 100644 --- a/global.json +++ b/global.json @@ -22,9 +22,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26329.116", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26329.116", - "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26329.116", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26330.107", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26330.107", + "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26330.107", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", "Microsoft.WixToolset.Sdk": "6.0.3-dotnet.4" From 8d68b695735a759db7ff655fd104e91f7c59b9d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Jul 2026 04:26:25 +0000 Subject: [PATCH 10/14] Update dependencies from build 321002 Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 11.0.0-preview.6.26330.107 -> 11.0.0-preview.6.26330.115) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 11.0.0-beta.26330.107 -> 11.0.0-beta.26330.115) Microsoft.Web.Xdt (Version 3.3.0-preview.6.26330.107 -> 3.3.0-preview.6.26330.115) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.9.0-rc.33107 -> 7.9.0-rc.33115) [[ commit created by automation ]] --- eng/Version.Details.props | 184 +++++++++---------- eng/Version.Details.xml | 370 +++++++++++++++++++------------------- global.json | 6 +- 3 files changed, 280 insertions(+), 280 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 63821b3c7529..e89e9a2d3b4b 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,98 +6,98 @@ This file should be imported by eng/Versions.props - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-beta.26330.107 - 11.0.0-beta.26330.107 - 11.0.0-beta.26330.107 - 11.0.0-beta.26330.107 - 11.0.0-beta.26330.107 - 11.0.0-beta.26330.107 - 11.0.0-beta.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 3.3.0-preview.6.26330.107 - 7.9.0-rc.33107 - 7.9.0-rc.33107 - 7.9.0-rc.33107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 - 11.0.0-preview.6.26330.107 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-beta.26330.115 + 11.0.0-beta.26330.115 + 11.0.0-beta.26330.115 + 11.0.0-beta.26330.115 + 11.0.0-beta.26330.115 + 11.0.0-beta.26330.115 + 11.0.0-beta.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 3.3.0-preview.6.26330.115 + 7.9.0-rc.33115 + 7.9.0-rc.33115 + 7.9.0-rc.33115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26330.115 10.6.0 10.6.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 043ce00d7181..458fd0cdeda0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,333 +8,333 @@ See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc. --> - + - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c @@ -358,37 +358,37 @@ - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c https://github.com/dotnet/extensions @@ -448,17 +448,17 @@ https://github.com/dotnet/msbuild d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3 - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c - + https://github.com/dotnet/dotnet - 2b7c5aa2fa085a9ed3e3bd9cb6c218540400cb38 + 51a952c70f335aed69e43cda2764768ceaa6559c diff --git a/global.json b/global.json index 2642e5b653d4..f31100b42e12 100644 --- a/global.json +++ b/global.json @@ -22,9 +22,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26330.107", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26330.107", - "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26330.107", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26330.115", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26330.115", + "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26330.115", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", "Microsoft.WixToolset.Sdk": "6.0.3-dotnet.4" From cd2aecf21ea322f98459ecaaccdcce668ad215e3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Jul 2026 17:22:49 +0000 Subject: [PATCH 11/14] Update dependencies from build 321078 Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 11.0.0-preview.6.26330.115 -> 11.0.0-preview.6.26351.102) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 11.0.0-beta.26330.115 -> 11.0.0-beta.26351.102) Microsoft.Web.Xdt (Version 3.3.0-preview.6.26330.115 -> 3.3.0-preview.6.26351.102) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.9.0-rc.33115 -> 7.9.0-rc.35202) [[ commit created by automation ]] --- eng/Version.Details.props | 184 +++++++++---------- eng/Version.Details.xml | 370 +++++++++++++++++++------------------- global.json | 6 +- 3 files changed, 280 insertions(+), 280 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index e89e9a2d3b4b..52fe4ffcfa60 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,98 +6,98 @@ This file should be imported by eng/Versions.props - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-beta.26330.115 - 11.0.0-beta.26330.115 - 11.0.0-beta.26330.115 - 11.0.0-beta.26330.115 - 11.0.0-beta.26330.115 - 11.0.0-beta.26330.115 - 11.0.0-beta.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 3.3.0-preview.6.26330.115 - 7.9.0-rc.33115 - 7.9.0-rc.33115 - 7.9.0-rc.33115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 - 11.0.0-preview.6.26330.115 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-beta.26351.102 + 11.0.0-beta.26351.102 + 11.0.0-beta.26351.102 + 11.0.0-beta.26351.102 + 11.0.0-beta.26351.102 + 11.0.0-beta.26351.102 + 11.0.0-beta.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 3.3.0-preview.6.26351.102 + 7.9.0-rc.35202 + 7.9.0-rc.35202 + 7.9.0-rc.35202 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.102 10.6.0 10.6.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 458fd0cdeda0..f161fb508147 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,333 +8,333 @@ See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc. --> - + - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 @@ -358,37 +358,37 @@ - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 https://github.com/dotnet/extensions @@ -448,17 +448,17 @@ https://github.com/dotnet/msbuild d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 - + https://github.com/dotnet/dotnet - 51a952c70f335aed69e43cda2764768ceaa6559c + 3105481e47095d36fc4aa81a7f0016dcfe379e95 diff --git a/global.json b/global.json index f31100b42e12..97e33a425734 100644 --- a/global.json +++ b/global.json @@ -22,9 +22,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26330.115", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26330.115", - "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26330.115", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26351.102", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26351.102", + "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26351.102", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", "Microsoft.WixToolset.Sdk": "6.0.3-dotnet.4" From 3fde9124cceb3c332fcfad31986e5ee4622eb673 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 2 Jul 2026 00:59:30 +0000 Subject: [PATCH 12/14] Update dependencies from build 321144 Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 11.0.0-preview.6.26351.102 -> 11.0.0-preview.6.26351.107) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 11.0.0-beta.26351.102 -> 11.0.0-beta.26351.107) Microsoft.Web.Xdt (Version 3.3.0-preview.6.26351.102 -> 3.3.0-preview.6.26351.107) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.9.0-rc.35202 -> 7.9.0-rc.35207) [[ commit created by automation ]] --- eng/Version.Details.props | 184 +++++++++---------- eng/Version.Details.xml | 370 +++++++++++++++++++------------------- global.json | 6 +- 3 files changed, 280 insertions(+), 280 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 52fe4ffcfa60..cbb2550faf5a 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,98 +6,98 @@ This file should be imported by eng/Versions.props - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-beta.26351.102 - 11.0.0-beta.26351.102 - 11.0.0-beta.26351.102 - 11.0.0-beta.26351.102 - 11.0.0-beta.26351.102 - 11.0.0-beta.26351.102 - 11.0.0-beta.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 3.3.0-preview.6.26351.102 - 7.9.0-rc.35202 - 7.9.0-rc.35202 - 7.9.0-rc.35202 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 - 11.0.0-preview.6.26351.102 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-beta.26351.107 + 11.0.0-beta.26351.107 + 11.0.0-beta.26351.107 + 11.0.0-beta.26351.107 + 11.0.0-beta.26351.107 + 11.0.0-beta.26351.107 + 11.0.0-beta.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 3.3.0-preview.6.26351.107 + 7.9.0-rc.35207 + 7.9.0-rc.35207 + 7.9.0-rc.35207 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.107 10.6.0 10.6.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f161fb508147..7e5cd29fd6e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,333 +8,333 @@ See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc. --> - + - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 @@ -358,37 +358,37 @@ - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 https://github.com/dotnet/extensions @@ -448,17 +448,17 @@ https://github.com/dotnet/msbuild d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 - + https://github.com/dotnet/dotnet - 3105481e47095d36fc4aa81a7f0016dcfe379e95 + f1238e41fc597785d5087de171cff64088e54999 diff --git a/global.json b/global.json index 97e33a425734..7409e7d55bce 100644 --- a/global.json +++ b/global.json @@ -22,9 +22,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26351.102", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26351.102", - "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26351.102", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26351.107", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26351.107", + "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26351.107", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", "Microsoft.WixToolset.Sdk": "6.0.3-dotnet.4" From 36a4f4d48a2af4cf991a6b08d695d477fb6421a8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 2 Jul 2026 13:37:38 +0000 Subject: [PATCH 13/14] Update dependencies from build 321197 Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 11.0.0-preview.6.26351.107 -> 11.0.0-preview.6.26351.113) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 11.0.0-beta.26351.107 -> 11.0.0-beta.26351.113) Microsoft.Web.Xdt (Version 3.3.0-preview.6.26351.107 -> 3.3.0-preview.6.26351.113) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.9.0-rc.35207 -> 7.9.0-rc.35213) [[ commit created by automation ]] --- eng/Version.Details.props | 184 +++++++++---------- eng/Version.Details.xml | 370 +++++++++++++++++++------------------- global.json | 6 +- 3 files changed, 280 insertions(+), 280 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index cbb2550faf5a..f362f1f2f490 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,98 +6,98 @@ This file should be imported by eng/Versions.props - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-beta.26351.107 - 11.0.0-beta.26351.107 - 11.0.0-beta.26351.107 - 11.0.0-beta.26351.107 - 11.0.0-beta.26351.107 - 11.0.0-beta.26351.107 - 11.0.0-beta.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 3.3.0-preview.6.26351.107 - 7.9.0-rc.35207 - 7.9.0-rc.35207 - 7.9.0-rc.35207 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 - 11.0.0-preview.6.26351.107 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-beta.26351.113 + 11.0.0-beta.26351.113 + 11.0.0-beta.26351.113 + 11.0.0-beta.26351.113 + 11.0.0-beta.26351.113 + 11.0.0-beta.26351.113 + 11.0.0-beta.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 3.3.0-preview.6.26351.113 + 7.9.0-rc.35213 + 7.9.0-rc.35213 + 7.9.0-rc.35213 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26351.113 10.6.0 10.6.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7e5cd29fd6e6..a96e852e0768 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,333 +8,333 @@ See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc. --> - + - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 @@ -358,37 +358,37 @@ - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 https://github.com/dotnet/extensions @@ -448,17 +448,17 @@ https://github.com/dotnet/msbuild d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 - + https://github.com/dotnet/dotnet - f1238e41fc597785d5087de171cff64088e54999 + 569930320df735b6b727aa5ab9dd3eb13f5880e6 diff --git a/global.json b/global.json index 7409e7d55bce..504af6e50996 100644 --- a/global.json +++ b/global.json @@ -22,9 +22,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26351.107", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26351.107", - "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26351.107", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26351.113", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26351.113", + "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26351.113", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", "Microsoft.WixToolset.Sdk": "6.0.3-dotnet.4" From c1c812aa526504e0a849af3879c9f4dd31a952eb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 3 Jul 2026 03:16:03 +0000 Subject: [PATCH 14/14] Update dependencies from build 321289 Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 11.0.0-preview.6.26351.113 -> 11.0.0-preview.6.26352.105) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 11.0.0-beta.26351.113 -> 11.0.0-beta.26352.105) Microsoft.Web.Xdt (Version 3.3.0-preview.6.26351.113 -> 3.3.0-preview.6.26352.105) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.9.0-rc.35213 -> 7.9.0-rc.35305) [[ commit created by automation ]] --- eng/Version.Details.props | 184 +++++++++---------- eng/Version.Details.xml | 370 +++++++++++++++++++------------------- global.json | 6 +- 3 files changed, 280 insertions(+), 280 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index f362f1f2f490..9c09bd8e71b0 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,98 +6,98 @@ This file should be imported by eng/Versions.props - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-beta.26351.113 - 11.0.0-beta.26351.113 - 11.0.0-beta.26351.113 - 11.0.0-beta.26351.113 - 11.0.0-beta.26351.113 - 11.0.0-beta.26351.113 - 11.0.0-beta.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 3.3.0-preview.6.26351.113 - 7.9.0-rc.35213 - 7.9.0-rc.35213 - 7.9.0-rc.35213 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 - 11.0.0-preview.6.26351.113 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-beta.26352.105 + 11.0.0-beta.26352.105 + 11.0.0-beta.26352.105 + 11.0.0-beta.26352.105 + 11.0.0-beta.26352.105 + 11.0.0-beta.26352.105 + 11.0.0-beta.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 3.3.0-preview.6.26352.105 + 7.9.0-rc.35305 + 7.9.0-rc.35305 + 7.9.0-rc.35305 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 + 11.0.0-preview.6.26352.105 10.6.0 10.6.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a96e852e0768..ce118f71d70a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,333 +8,333 @@ See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc. --> - + - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d @@ -358,37 +358,37 @@ - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d https://github.com/dotnet/extensions @@ -448,17 +448,17 @@ https://github.com/dotnet/msbuild d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3 - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d - + https://github.com/dotnet/dotnet - 569930320df735b6b727aa5ab9dd3eb13f5880e6 + cc9484ff0da124e173cdb25b379266a6e3b7878d diff --git a/global.json b/global.json index 504af6e50996..0b1f31d1113f 100644 --- a/global.json +++ b/global.json @@ -22,9 +22,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26351.113", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26351.113", - "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26351.113", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26352.105", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26352.105", + "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26352.105", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", "Microsoft.WixToolset.Sdk": "6.0.3-dotnet.4"