Base solution for your next web application
Open Closed

From Full .NET FrameWork to .NET CORE #4431


User avatar
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)
  • User Avatar
    0
    aaron created
    Support Team

    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

  • User Avatar
    0
    simedbn created

    Hello,

    Thank you :)