Package 'Paynow 1.0.3' was restored using '.NETFramework xxx instead of project target framework net6.0


#1

Hi Developers,

I have my .NET 6.0 web application. When I open my project in Visual Studio 2022, I am getting the following error in my web application :

Severity Code Description Project File Line Suppression State
Warning NU1701 Package ‘Paynow 1.0.3’ 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, .NETFramework,Version=v4.8.1’ instead of the project target framework ‘net6.0’. This package may not be fully compatible with your project. HPAIMS W:\WorkSpace\HPA-IMS\hpa\hpaims\hpaims\HPAIMS.csproj 1

I had referenced the correct PayNow .NET Standard which is compatible with .NET 6.0 SDK

Regards,

Pedzi