I was build the plugin in nopcommerce 4.10 after the build it is generate deps.json in output folder instead of .dll,

before it was running fine, but when I called _dbcontext.install() method in install method of plugin it is creating deps.json instead of plugin dll on plugin build.
so when I run the project it throws the error that xxx.dll not found under nop.web/Plugin.
Any help is appreciated.
Thank you.