Skip to content

Commit 71b5ef3

Browse files
AddConnections: AddRouting -> AddRoutingCore (#56703)
1 parent dc1a065 commit 71b5ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/common/Http.Connections/src/ConnectionsDependencyInjectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class ConnectionsDependencyInjectionExtensions
2020
/// <returns>The same instance of the <see cref="IServiceCollection"/> for chaining.</returns>
2121
public static IServiceCollection AddConnections(this IServiceCollection services)
2222
{
23-
services.AddRouting();
23+
services.AddRoutingCore();
2424
services.AddAuthorization();
2525
services.TryAddEnumerable(ServiceDescriptor.Singleton<IConfigureOptions<ConnectionOptions>, ConnectionOptionsSetup>());
2626
services.TryAddSingleton<HttpConnectionDispatcher>();

0 commit comments

Comments
 (0)