Open ErikApption opened 2 years ago
Was looking for a hass rest client to add this to my dotnet panels but when I try to add it to my .net 6 solution I get the following error:
SensorTests -> MQTTIntegration -> Microsoft.Extensions.Configuration 6.0.1 -> Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0) SensorTests -> Sholo.HomeAssistant.Client.Domains 0.2.0-alpha -> Sholo.HomeAssistant.Client 0.2.0-alpha -> Sholo.HomeAssistant.Common 0.2.0-alpha -> Microsoft.Extensions.Configuration.Abstractions (>= 3.0.0 && < 6.0.0).
I did not dig any deeper, but going to guess that your package had some older versions. Anyway let me know, happy to look into the original code and do a PR if that helps.
Was looking for a hass rest client to add this to my dotnet panels but when I try to add it to my .net 6 solution I get the following error:
SensorTests -> MQTTIntegration -> Microsoft.Extensions.Configuration 6.0.1 -> Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0) SensorTests -> Sholo.HomeAssistant.Client.Domains 0.2.0-alpha -> Sholo.HomeAssistant.Client 0.2.0-alpha -> Sholo.HomeAssistant.Common 0.2.0-alpha -> Microsoft.Extensions.Configuration.Abstractions (>= 3.0.0 && < 6.0.0).
I did not dig any deeper, but going to guess that your package had some older versions. Anyway let me know, happy to look into the original code and do a PR if that helps.