Yortw / RSSDP

Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.
http://yortw.github.io/RSSDP/
MIT License
282 stars 66 forks source link

How to install on visual studio 2017? #86

Open Kitu83 opened 5 years ago

Kitu83 commented 5 years ago

I have this error :

Unable to install package "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0". You try to install this package in a project that targets "UAP, Version = v10.0.17134", but the package does not contain any content files or assembly references that are compatible with this framework. For more information, contact the package creator.

I can not find the solution, thank you for helping me.

Yortw commented 5 years ago

Hi,

Unfortunately I do not know what the problem is, nor can I reproduce it. I am able to create a new UWP app in Visual Studio 2017 15.8.7 with 10.0.17134 set as the target, and install the package fine.

Exactly what kind of project are you trying to install into? Can you provide me with a sample project the reproduces the issue?

Thanks.