Lidgren Network Warning .NETframework version

Hi
I recently started playing around with Lidgren Network libary. It have worked quite well until I tried started attempts to use it together with MonoGame. When using it together with MonoGames I get a warning reading:

The primary reference “Lidgren.Network, Version=3.6.0.1625, Culture=neutral, processorArchitecture=MSIL” could not be resolved because it was built against the “.NETFramework,Version=v4.6” framework. This is a higher version than the currently targeted framework “.NETFramework,Version=v4.5”.

I wonder if there is a fix for this or a nother way to handle networking with MonoGames.

It’s pretty simple to update the target framework… Right-click the project in the Solution window -> Properties, in the Application tab change Target Framework to 4.6+
Should fix your problem.