Remove this obsolete member in src/Middleware/WebSockets/src/WebSocketMiddleware.cs:
[Obsolete("This constructor has been replaced with an equivalent constructor which requires an ILoggerFactory.")]
public WebSocketMiddleware(RequestDelegate next, IOptions<WebSocketOptions> options)
: this(next, options, NullLoggerFactory.Instance)
And file a new issue in https://github.com/aspnet/Announcements/issues/ if this is a notable breaking change.
Remove this obsolete member in src/Middleware/WebSockets/src/WebSocketMiddleware.cs:
And file a new issue in https://github.com/aspnet/Announcements/issues/ if this is a notable breaking change.