Azure / azure-iot-sdk-csharp

A C# SDK for connecting devices to Microsoft Azure IoT services
Other
466 stars 493 forks source link

DotNetty version conflict between Microsoft.Azure.Devices.Client.NetStandard.csproj and Microsoft.Azure.Devices.Client.nuspec #282

Closed varunpuranik closed 6 years ago

varunpuranik commented 6 years ago

Microsoft.Azure.Devices.Client.nuspec references DotNetty version 0.4.6

Where as Microsoft.Azure.Devices.Client.NetStandard.csproj references Dotnetty version 0.4.7

Because of this, if I build a nuget package using the nuspec file, it doesn't work correctly (it complains that Dotnetty version 0.4.7 not found).

CIPop commented 6 years ago

Thanks @varunpuranik for reporting. This is a duplicate of #275.