0
simedbn created
Hello,
Currently i have Asp.netCore + angular targeting the full .net Framework 4.6 , how can i pass to the .NET CORE and is SignalR work now in the .net Core ?
Thank you in advance
2 Answer(s)
-
0
how can i [change] to the .NET CORE
For the most part, you can just change the <TargetFramework> in .csproj files from net461 to netcoreapp2.0.
is SignalR work now in the .net Core ?
Related issue: https://github.com/aspnetzero/aspnet-zero-core/issues/314
-
0
Hello,
Thank you :)