robisim74 / AngularSPAWebAPI

Angular Single Page Application with an ASP.NET Core Web API that uses token authentication
MIT License
231 stars 59 forks source link

ASP.NET Core 2 #23

Closed robisim74 closed 6 years ago

robisim74 commented 7 years ago

Upgrade to ASP.NET Core 2 when IdentityServer will be ready.

xjose97x commented 7 years ago

I believe IdentityServer is ready

robisim74 commented 6 years ago

done

aalmajanob commented 6 years ago

Hello Roberto,

How are you?

Since I will probably need to perform this step also in the short future, I would like to ask you if there has been neccesary to do many important changes (regarding net core 2.0 and Identity Server new version).

Does this update result in many breaking changes?

Regards, Andrés.

robisim74 commented 6 years ago

Hi Andrés,

now that all packages have been updated, it's not difficult: basically you need to change:

For this project, I preferred starting from scratch because there were a lot of things that were no longer needed (ASP.NET Core 2 has simplified several things).

What seems to be the biggest problem is the publication: I had to clean all the dlls from the production, the nuget cache before compiling and ultimately raise the self-generated certicate.

aalmajanob commented 6 years ago

Hi Roberto,

Thanks for your help, this will help me a lot when I need to perform this update!

Regards, Andrés.