jasontaylordev / RapidBlazor

Clean Architecture Solution Template for Blazor WebAssembly .NET 7
MIT License
291 stars 53 forks source link

Following Changes to Template #6

Closed rswetnam closed 1 year ago

rswetnam commented 1 year ago

Apologies if this is the wrong place to ask this sort of question. I am using your template to create a new app which I expect not to finish until the new year. I would like to update my app as your update your template - e.g. moving from .NET 6 to 7. Is there a way that I can automatically get the updates you are making e.g. by cloning your repository - or should I just follow your repository and make the same same changes to my app that I see you making to the repository for your template?

jasontaylordev commented 1 year ago

Unfortunately not. If the structure remains largely the same, then you can "upgrade" by copying the new version over the top of the old version and comparing the changes using Git. Sorry, I don't have a better solution for you.