In my portfolio starter kit. When I updated it to ...
# package-development
c
In my portfolio starter kit. When I updated it to v1.0.3 I included the views in the nuget package rather than in the package.zip so they can be updated if someone updates the package. All good. The only problem is now whenever you do a build it updates the views to be the same as they were in the package. So if you make any changes the build overwrites them. It can be fixed by referencing the core package instead of the main package after you’ve done the update. But has anyone else got any better ideas to handle this?