I want to control a MySQL service from a .NETCore project. I was able to do this in a .NETFramework 4.7 project with a reference to System.ServiceProcess.dll. .NETCore projects seem to use a different System.ServiceProcess.dll which has less functionality.
Is there a different way to control a MySQL service using .NETCore? Can I just reference the .NETFramework dll from a .NETCore project?