You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after installing EasyModbusTCP version 5.6.0 on a .NET6 project with VS2022 the compiler show the NU1701 warning:
Package 'EasyModbusTCP 5.6.0' 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 the project target framework 'net6.0-windows10.0.17763'. This package may not be fully compatible with your project.
Has anyone already tested the compatibility? I can see the #85 PR, but using NuGet I still have that warning.
Is there some news about it? In your opinion can I use EasyModbusTCP on .NET6 for a production environment?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
after installing EasyModbusTCP version 5.6.0 on a .NET6 project with VS2022 the compiler show the NU1701 warning:
Package 'EasyModbusTCP 5.6.0' 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 the project target framework 'net6.0-windows10.0.17763'. This package may not be fully compatible with your project.
Has anyone already tested the compatibility? I can see the #85 PR, but using NuGet I still have that warning.
Is there some news about it? In your opinion can I use EasyModbusTCP on .NET6 for a production environment?
Daniel
Beta Was this translation helpful? Give feedback.
All reactions