From 9f51190eaf02727ea65821c30d1e8b168b9015b1 Mon Sep 17 00:00:00 2001 From: S-Luiten Date: Fri, 6 Dec 2024 16:51:13 +0100 Subject: [PATCH 1/4] Update RequestLocalizationMiddleware.cs (#59333) Fixed parameter documentation in the contructor. --- .../Localization/src/RequestLocalizationMiddleware.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Middleware/Localization/src/RequestLocalizationMiddleware.cs b/src/Middleware/Localization/src/RequestLocalizationMiddleware.cs index a013faecae83..1c54a7beaa7b 100644 --- a/src/Middleware/Localization/src/RequestLocalizationMiddleware.cs +++ b/src/Middleware/Localization/src/RequestLocalizationMiddleware.cs @@ -28,8 +28,8 @@ public class RequestLocalizationMiddleware /// /// The representing the next middleware in the pipeline. /// The representing the options for the - /// The used for logging. /// . + /// The used for logging. public RequestLocalizationMiddleware(RequestDelegate next, IOptions options, ILoggerFactory loggerFactory) { ArgumentNullException.ThrowIfNull(options); From b0b6d1dbcde6421752d5c520e820a9c9147929a4 Mon Sep 17 00:00:00 2001 From: Weihan Li Date: Sat, 7 Dec 2024 02:21:45 +0800 Subject: [PATCH 2/4] Use NullLogger instead of NullLoggerFactory (#59281) --- .../Http.Connections.Client/src/Internal/WebSocketsTransport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SignalR/clients/csharp/Http.Connections.Client/src/Internal/WebSocketsTransport.cs b/src/SignalR/clients/csharp/Http.Connections.Client/src/Internal/WebSocketsTransport.cs index 4ec8efe7c59a..f18ef5eef7a1 100644 --- a/src/SignalR/clients/csharp/Http.Connections.Client/src/Internal/WebSocketsTransport.cs +++ b/src/SignalR/clients/csharp/Http.Connections.Client/src/Internal/WebSocketsTransport.cs @@ -75,7 +75,7 @@ public WebSocketsTransport(HttpConnectionOptions httpConnectionOptions, ILoggerF bool useStatefulReconnect = false) { _useStatefulReconnect = useStatefulReconnect; - _logger = (loggerFactory ?? NullLoggerFactory.Instance).CreateLogger(typeof(WebSocketsTransport)); + _logger = loggerFactory?.CreateLogger(typeof(WebSocketsTransport)) ?? NullLogger.Instance; _httpConnectionOptions = httpConnectionOptions ?? new HttpConnectionOptions(); _closeTimeout = _httpConnectionOptions.CloseTimeout; From 9903691523277ff76e9cc30169155aa4a00387e4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 05:16:00 +0000 Subject: [PATCH 3/4] [main] Update dependencies from dotnet/efcore, dotnet/runtime (#59355) [main] Update dependencies from dotnet/efcore, dotnet/runtime --- eng/Version.Details.xml | 320 ++++++++++++++++++++-------------------- eng/Versions.props | 160 ++++++++++---------- global.json | 2 +- 3 files changed, 241 insertions(+), 241 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9bbf4eee7121..e9efdb874657 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -9,325 +9,325 @@ --> - + https://github.com/dotnet/efcore - 093d4a18f92c1901f8ae8c46eefaa953d6d933ee + f981c8f38ef26737b2eacc8606da264249d5c475 - + https://github.com/dotnet/efcore - 093d4a18f92c1901f8ae8c46eefaa953d6d933ee + f981c8f38ef26737b2eacc8606da264249d5c475 - + https://github.com/dotnet/efcore - 093d4a18f92c1901f8ae8c46eefaa953d6d933ee + f981c8f38ef26737b2eacc8606da264249d5c475 - + https://github.com/dotnet/efcore - 093d4a18f92c1901f8ae8c46eefaa953d6d933ee + f981c8f38ef26737b2eacc8606da264249d5c475 - + https://github.com/dotnet/efcore - 093d4a18f92c1901f8ae8c46eefaa953d6d933ee + f981c8f38ef26737b2eacc8606da264249d5c475 - + https://github.com/dotnet/efcore - 093d4a18f92c1901f8ae8c46eefaa953d6d933ee + f981c8f38ef26737b2eacc8606da264249d5c475 - + https://github.com/dotnet/efcore - 093d4a18f92c1901f8ae8c46eefaa953d6d933ee + f981c8f38ef26737b2eacc8606da264249d5c475 - + https://github.com/dotnet/efcore - 093d4a18f92c1901f8ae8c46eefaa953d6d933ee + f981c8f38ef26737b2eacc8606da264249d5c475 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 https://github.com/dotnet/xdt @@ -367,9 +367,9 @@ 175121c035a6f057b9388737bb9b8755fb6dba7e - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 @@ -380,9 +380,9 @@ - + https://github.com/dotnet/runtime - e99557baffbe864d624cc1c95c9cbf2eefae684f + 8fca0a156dcbb1eba5c79e387a6d8f924bfdd3a6 https://github.com/dotnet/arcade diff --git a/eng/Versions.props b/eng/Versions.props index 5e01b4bddfb7..d6003a852c0e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -67,92 +67,92 @@ --> - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 + 10.0.0-alpha.1.24605.9 9.1.0-preview.1.24577.1 9.1.0-preview.1.24577.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 - 10.0.0-alpha.1.24605.1 + 10.0.0-alpha.1.24606.2 + 10.0.0-alpha.1.24606.2 + 10.0.0-alpha.1.24606.2 + 10.0.0-alpha.1.24606.2 + 10.0.0-alpha.1.24606.2 + 10.0.0-alpha.1.24606.2 + 10.0.0-alpha.1.24606.2 + 10.0.0-alpha.1.24606.2 4.13.0-3.24576.5 4.13.0-3.24576.5 diff --git a/global.json b/global.json index d519eb67ed1a..54319d126617 100644 --- a/global.json +++ b/global.json @@ -29,7 +29,7 @@ "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24578.2", "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24578.2", - "Microsoft.DotNet.SharedFramework.Sdk" : "10.0.0-beta.24578.2", + "Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.24578.2", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" } From b2a83d4482d7f4a406fc93293c48cc50b0bce1f6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 09:07:02 +0000 Subject: [PATCH 4/4] Update dependencies from https://github.com/dotnet/efcore build 20241206.3 (#59363) [main] Update dependencies from dotnet/efcore --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 16 ++++++++-------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9efdb874657..af85d3e44afa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -9,38 +9,38 @@ --> - + https://github.com/dotnet/efcore - f981c8f38ef26737b2eacc8606da264249d5c475 + 8a918fc741feaa9968bb2134bb38b20e1c44db38 - + https://github.com/dotnet/efcore - f981c8f38ef26737b2eacc8606da264249d5c475 + 8a918fc741feaa9968bb2134bb38b20e1c44db38 - + https://github.com/dotnet/efcore - f981c8f38ef26737b2eacc8606da264249d5c475 + 8a918fc741feaa9968bb2134bb38b20e1c44db38 - + https://github.com/dotnet/efcore - f981c8f38ef26737b2eacc8606da264249d5c475 + 8a918fc741feaa9968bb2134bb38b20e1c44db38 - + https://github.com/dotnet/efcore - f981c8f38ef26737b2eacc8606da264249d5c475 + 8a918fc741feaa9968bb2134bb38b20e1c44db38 - + https://github.com/dotnet/efcore - f981c8f38ef26737b2eacc8606da264249d5c475 + 8a918fc741feaa9968bb2134bb38b20e1c44db38 - + https://github.com/dotnet/efcore - f981c8f38ef26737b2eacc8606da264249d5c475 + 8a918fc741feaa9968bb2134bb38b20e1c44db38 - + https://github.com/dotnet/efcore - f981c8f38ef26737b2eacc8606da264249d5c475 + 8a918fc741feaa9968bb2134bb38b20e1c44db38 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index d6003a852c0e..5dfc564bf9e8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -145,14 +145,14 @@ 9.1.0-preview.1.24577.1 9.1.0-preview.1.24577.1 - 10.0.0-alpha.1.24606.2 - 10.0.0-alpha.1.24606.2 - 10.0.0-alpha.1.24606.2 - 10.0.0-alpha.1.24606.2 - 10.0.0-alpha.1.24606.2 - 10.0.0-alpha.1.24606.2 - 10.0.0-alpha.1.24606.2 - 10.0.0-alpha.1.24606.2 + 10.0.0-alpha.1.24606.3 + 10.0.0-alpha.1.24606.3 + 10.0.0-alpha.1.24606.3 + 10.0.0-alpha.1.24606.3 + 10.0.0-alpha.1.24606.3 + 10.0.0-alpha.1.24606.3 + 10.0.0-alpha.1.24606.3 + 10.0.0-alpha.1.24606.3 4.13.0-3.24576.5 4.13.0-3.24576.5