dominicusmento / CSharpTradFriLibrary

This is a .NET Standard (2.0) library to communicate with the IKEA Home (Tradfri) ZigBee-based Gateway.
GNU General Public License v3.0
37 stars 20 forks source link

Fix missing restsharp reference #45

Closed gardebring closed 2 years ago

gardebring commented 4 years ago

When downloading a fresh copy of the repository I got an error on a missing reference for the RestSharp library. This PR fixes this issue.

dominicusmento commented 4 years ago

Why would you need restsharp reference in Tradfri.csproj? ApiLibs has the reference for the restsharp as it is using it.. We are using ApiLibs so there is no point on specifying restsharp in our csproj or do you think otherwise?

dominicusmento commented 2 years ago

Closing because it seems like a wrong approach to me