What’s the difference between project level package and application level package?
Sometimes we have to install new packages when we run one old project, is there anyway to automatic this?
I expect to resolve the problem, no package limit when I dev or run project?
Hope I am clear, thank you for your help!
What you mean by these here @hyxu, I’m not clear about this question you have and coming to answer, yes we have, project level packages which are required to perform particular activities only in that project, we don’t need to install those in all the projects. And application specific is something we need to think of, we have activities which needs to be installed whenever we want to work on those, to give you more details, we need to install Microsoft.Office.Interop.Excel if we want to invoke a piece of code to do some tasks in excel.
If we transfer the file with the project.json including in the zip file or folder we are sending, then we don’t need to install the dependencies again