Our .NET 8 project references .NET Standard Telerik.Reporting.dll.
After upgrading to Telerik Reporting 19.0 we get compiler warnings because of conflicting references.
Apparently, Telerik.Reporting.dll references .NET 9 DLLs (for example "System.Text.Json 9.0.0") while our .NET 8 project obviously references .NET 8 DLLs ("System.Text.Json 8.0.0").
I'm surprised this is happening because I thought Telerik.Reporting as a .NET Standard DLL should be independent of these .NET versions?
Do we have to go back to Telerik Reporting 18 to avoid these conflicts?
We are on .NET 8 because it has LTS (long term support) by Microsoft.