What is your product version? 10.3.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .NET 5
Hi, we want to update backend code with the latest version. How can we do that and it is possible to update the backend only we do not want to update the front end
Thanks
3 Answer(s)
-
0
Hi @shedspotter
Unfortunately, it is not possible.
-
0
Hi musa.demir , is there any reasone that we can not update the backend with out updating the front end to the latest version Thanks
-
0
Hi @shedspotter
If there are no breaking changes, backend should provide required functionalty to frontend, so front-end should work as expected.
I tought you will follow that(https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Version-Updating) document and update it. And since angular and .net project is in the same folder, your git will also contain angular-side of the changes all the time.