MikaelGRA / InfluxDB.Client

InfluxDB Client for .NET
MIT License
102 stars 22 forks source link

Client references outdated System.Net.Sockets 4.0.11 and causes NU1605 when used in netstandard20 project #46

Closed gpomykala closed 5 years ago

gpomykala commented 5 years ago

Affected version: 3.7.0

Symptoms: error NU1605: Detected package downgrade: System.Net.Primitives from 4.3.0 to 4.0.11. Reference the package directly from the project to select a different version. XXXlib -> Vibrant.InfluxDB.Client 3.7.0 -> System.Net.Sockets 4.1.0 -> System.Net.Primitives (>= 4.0.11)

Root cause: Outdated dependency - netstandard1.3

MikaelGRA commented 5 years ago

This will be fixed in 4.0.0, where I have changed the framework dependency netstandard2.0, along with other things.

MikaelGRA commented 5 years ago

Fixed in 4.0.0