Welcome Guest Search | Active Topics | Sign In | Register

EO.Pdf Nuget Package on .NET Core 6 shows exclamation warning icon Options
OJB1
Posted: Friday, October 7, 2022 1:49:17 PM
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
eo_support
Posted: Friday, October 7, 2022 2:09:26 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,103
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.