I am pretty new to C# and .NET and am trying to use a package that depends on .NET 4.6.2 in newer .NET 7 solution. I know it may be obvious but is this possible? I have searched and cannot even find someone that says 'no'. The reason being is that I need to connect to MS CRM 2011 on premises installation and, due to its age, there is not a newer version of the packages available.
Any help would be great, even a 'no, not possible' would suffice. Just hoping maybe there is a way.
I thought maybe there was a way to add a wrapper or something similar to encapsulate the package to make it work?!? Is that stupid?
Tried adding the old packages to the latest solution and I get an error that the build has failed - however, not error message to explain why.
More specifically I am trying to use Microsoft.CrmSDK.CoreAssemblies and other related packages.