Latest Microsoft.SharePoint.Client.dll provides the functionality of Item.SystemUpdate() which is used only for SharePoint Online.
For On-Prem CSOM it gives error SystemUpdate() method could not be found
Is there any alternative of SystemUpdate() for On-Prem CSOM
(We need the SystemUpdate() method so that while updating the metadata extra versions are not created and also Modified By and Modified Date are not updated)