What is project.fragment.lock.json? What generates it, and how can its contents be altered - specifically, how do I make it use relative paths? Currently, its being generated using absolute paths to required .DLLs, which means that binaries created on my build server can't be run on other machines with a different folder structure.
↧