HatemyakCopper ContributorAug 28, 2024How to create a customer plugin using dotnet 6.0Hi,I implement a base application ( a standard app), now i want to create a customer plugin inherited from the base app,My goal is to linked between there and implement the new features in the customer plugin without touch the base app.Thanks