To deploy a plugin based on Plugin Template project it is recommanded to first use dotnet publish command to produce the output.
For Peernet.Browser.Plugins.MediaPlayer plugin the command would be:
~\Peernet.Browser.Plugins.MediaPlayer>dotnet publish -c Release --no-self-contained
It compiles the project into ~\Peernet.Browser.Plugins.MediaPlayer\bin\Release\net5.0-windows\publish directory. The content of the directory should be deployed
to a new subfolder under the Peernet Browser' PluginsLocation (see Plugins System for more details).
.pdb files which are symbol files for the debugger and can be omitted as well as .deps.json files.
Binary files
Image files
Video and Audio files
Text files