Rank: Newbie Groups: Member
Joined: 10/6/2022 Posts: 9
|
Hello,
I've been testing your library last few days and so far everythig is working fine.
However in Visual Studio Communuty 2022, I get a yellow traingle next to the dependency.
Looking further into the Message I see the following:
Package 'EO.Pdf 22.2.49' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net6.0'. This package may not be fully compatible with your project.
Is there something I can do to resolve this? thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
You can safely ignore this error. This is because we use a single set of DLLs to support both .NET Framework and .NET Core. In order to elimiate this message we would have to ship two different set of DLLs with each targeting a different target framework, which is not necessary because the code are exactly the same and it has been fully tested on .NET Core 6.
Thanks!
|