Home Forums Support .net core support?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4425
    Anonymous
    Inactive

    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??

    #4426
    Anonymous
    Inactive

    Never mind, I think I found a workable solution. I added the reference directly to my app instead of trying to build my own network tools DLL (which would reference networkcomms), which I would then reference in my app.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.