michielpost / Q42.HueApi

C# helper library to talk to the Philips Hue bridge
MIT License
411 stars 114 forks source link

SSDPBridgeLocater removed? #110

Closed niels9001 closed 7 years ago

niels9001 commented 7 years ago

Was the SSDPBridgeLocated removed from the main package for UWP? Installing the Q42.HueApi.WinRT solved the issue, just wanted to check!

michielpost commented 7 years ago

The main package used to include the WinRT package if your target was a Windows app. But with the new Visual Studio 2017 / netstandard setup this has changed. You now have to manually include the WinRT package.. So this is ok, but I'll update the docs / description.

niels9001 commented 7 years ago

Clear, thanks!