Hello,
I am attempting to play with writing a universal app to run on a raspberry pi and am struggling with what needs to be done to get networkcomms.net working on .net core. If I try to add a reference to the RT dll, it tells me:
“.net core projects only support referencing .net framework assemblies in this release. To reference other assemblies, they need to be included in a NuGet package and reference that package.”
I searched around NuGet and found networkcomms.net 3.0.0 and installed it but it didn’t seem to work.
Am I missing something dumb (this is my first attempt at a .net core app) or is there an easy fix??