Base solution for your next web application
Open Closed

switch between .net framework and .net core projects #3773


User avatar
0
bilalhaidar created

Hello, The project I am working on is using .NET 4.6.1 (ASP.NET Core + Angular 2). If I want to switch and start using the one based on .NET Core, can I just download a new copy of the project and move my files there, or are there more major changes to be done?

Note that I do understand that I will lose the SignalR and LDAP features.

Thank you Bilal


3 Answer(s)
  • User Avatar
    0
    bilalhaidar created

    Any assistance is appreciated. Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @bilalhaidar,

    You just need to change value of TargetFramework tag in your web project's csproj file. Of course, your own code must be compatible with .Net Core.

    Thanks.

  • User Avatar
    0
    bilalhaidar created

    Oh thanks a lot! I thought I need to download a new project template again. I will give this a try.

    Thanks