简体   繁体   中英

I want to change SignalR Self-Host to support .Net Framework 4.0

Microsoft has code sample for SignalR Self-Host http://www.asp.net/signalr/overview/deployment/tutorial-signalr-self-host

https://code.msdn.microsoft.com/SignalR-self-hosted-in-6ff7e6c3

But,the sample only supports .Net Framework 4.5.

I want to change the SignalR Self-Host project to support .Net Framework 4.0

How can you change the code?

Thanks, Jun

You can still use SignalR with .Net 4.0 & VS 2010 using Install-Package, V2 only works with .NET 4.5

Microsoft.AspNet.SignalR -Version 1.2.2

A project example based on V1 fwk 4.0 : http://www.bluelemoncode.com/2013/02/default.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM