update SignalR .NET supported versions to add Windows Server 2016 (#6014)
parent
a0128d7a78
commit
75f7a2cd3e
|
@ -5,7 +5,7 @@ author: pfletcher
|
|||
description: "This article describes what clients and servers are supported by SignalR."
|
||||
ms.author: aspnetcontent
|
||||
manager: wpickett
|
||||
ms.date: 06/10/2014
|
||||
ms.date: 04/18/2018
|
||||
ms.topic: article
|
||||
ms.assetid: eac31beb-0f46-4afa-9def-e80904dea4f0
|
||||
ms.technology: dotnet-signalr
|
||||
|
@ -32,8 +32,9 @@ The SignalR server component can be hosted on a variety of server configurations
|
|||
|
||||
### Supported server operating systems
|
||||
|
||||
The SignalR server component can be hosted in the following server or client operating systems. Note that for SignalR to use WebSockets, Windows Server 2012 or Windows 8 is required (WebSocket can be used on Windows Azure Web Sites, as long as the site's .NET framework version is set to 4.5, and Web Sockets is enabled in the site's Configuration page).
|
||||
The SignalR server component can be hosted in the following server or client operating systems. Note that for SignalR to use WebSockets, Windows Server 2012, Windows Server 2016, or Windows 8 is required (WebSocket can be used on Windows Azure Web Sites, as long as the site's .NET framework version is set to 4.5, and Web Sockets is enabled in the site's Configuration page).
|
||||
|
||||
- Windows Server 2016
|
||||
- Windows Server 2012
|
||||
- Windows Server 2008 r2
|
||||
- Windows 10
|
||||
|
|
Loading…
Reference in New Issue