I'm trying to install SignalR using the NuGet package manager in my C # Asp.Net core project, but I get this error that SignalR is incompatible with the .net core, isn't that a supporter yet? or can I do something to make it work? (I use VS2017, if it was important to mention this). Mistake:
Restoring packages for D:\Test\Test.WebAPI\Test.WebAPI.csproj... Package Microsoft.AspNet.SignalR.Core 2.2.1 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Microsoft.AspNet.SignalR.Core 2.2.1 supports: net45 (.NETFramework,Version=v4.5) Package Owin 1.0.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Owin 1.0.0 supports: net40 (.NETFramework,Version=v4.0) Package Microsoft.Owin 2.1.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Microsoft.Owin 2.1.0 supports: - net40 (.NETFramework,Version=v4.0) - net45 (.NETFramework,Version=v4.5) Package Microsoft.Owin.Security 2.1.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Microsoft.Owin.Security 2.1.0 supports: net45 (.NETFramework,Version=v4.5) One or more packages are incompatible with .NETCoreApp,Version=v1.1. Package restore failed. Rolling back package changes for 'Test.WebAPI'.
UPDATE:
SignalR for ASP.Net Core is currently (01.01.2018) available in NuGet as an alpha version.
https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR/
Mohammed noureldin
source share