Is there an existing issue for this?
Description
Error :Unhandled exception. System.TypeLoadException: Could not load type 'Volo.Abp.DependencyInjection.IHybridServiceScopeFactory' from assembly 'Volo.Abp.Core, Version=7.1.0.0, Culture=neutral, PublicKeyToken=null'.
i want use Newtonsoft replace System Text Json,According to the guide
- add Volo.Abp.Json.Newtonsoft package
- depends on AbpJsonNewtonsoftModule



But the it runs wrong as follows

Framework version .net6
Related package and its version

Reproduction Steps
No response
Expected behavior
Replace System.Text.Json with Newtonsoft to do the serialization
Actual behavior
Unhandled exception. System.TypeLoadException: Could not load type 'Volo.Abp.DependencyInjection.IHybridServiceScopeFactory' from assembly 'Volo.Abp.Core, Version=7.1.0.0, Culture=neutral, PublicKeyToken=null'.
Regression?
No response
Known Workarounds
No response
Version
6.0
User Interface
Common (Default)
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response