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)
-
0
Any assistance is appreciated. Thanks
-
0
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.
-
0
Oh thanks a lot! I thought I need to download a new project template again. I will give this a try.
Thanks