GroupDocs Conversion with .net framework 4.7.2

I am updating Groupdocs.conversion to 25.1 version but it has a folder structure in my package folder like → GroupDocs.Conversion.25.1.0\lib\net6.0 and I am getting error on my project that targets .net framework 4.7.2

Error: Severity Code Description Project Path File Line Column Suppression State
Error CS1705 Assembly ‘GroupDocs.Conversion’ with identity ‘GroupDocs.Conversion, Version=25.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56’ uses ‘System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ which has a higher version than referenced assembly ‘System.Runtime’ with identity ‘System.Runtime, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ DocProDMSGroupDocs

what can I do to fix this?

@Niteen_Jadhav
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CONVERSIONNET-7510

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@Niteen_Jadhav

Starting from version 25.1, GroupDocs.Conversion has been divided into two separate packages:

  1. GroupDocs.Conversion: Targets .NET 6 and above, offering cross-platform support. You can find NuGet package here.
  2. GroupDocs.Conversion.NETFramework: Designed for .NET Framework 4.6.2 and above. More details are available here.

These changes are outlined in the v25.1 release notes.

Please try using the GroupDocs.Conversion.NETFramework package and let us know if this resolves your issue.