Hi,
Are there meant to be multiple deps.json files in a bin folder ? I changed all my libraries so that they are .net 5 and it looks like Im getting one for the project Im building and some of the references.
Cheers,
John
Hi,
Are there meant to be multiple deps.json files in a bin folder ? I changed all my libraries so that they are .net 5 and it looks like Im getting one for the project Im building and some of the references.
Cheers,
John
Not as far as I know. Can I see a sample/test case?
Deps.zip (810.5 KB)
classlibrary2 has classlibrary as a reference
In its bin it has
ClassLibrary.deps.json, ClassLibrary2.deps.json, Echoes.deps.json , Elements.deps.json
Fixed; was a side effect from this fix from June:
E25169: EBuiild: use .deps.json file from referenced Core dlls for generating the new deps
Thanks that worked