'AotHelper' compilation error when installing Unity Services packages

Hello,

I have tried to install both the In App Purchases services package, and the Analytics services package. Each one has given me the compilation error regarding ‘AotHelper’.

Library/PackageCache/com.unity.services.core@1.10.1/Runtime/Telemetry/Handlers/MetricsHandler.cs(21,13): error CS0103: The name 'AotHelper' does not exist in the current context

I have reimported all my packages, updated my version of Unity to 2022.3.5f1, not sure what else to do. If I understand AotHelper is included with the internal NewtonSoft package, so I can’t really touch or modify that.
What do I need to do to use these services packages?