influxdb-csharp icon indicating copy to clipboard operation
influxdb-csharp copied to clipboard

Support for netstandard2.1

Open sparkitny opened this issue 4 years ago • 1 comments

Hi there,

does anybody know whether this lib can be used with netstandard2.1?

sparkitny avatar Dec 09 '20 00:12 sparkitny

Yes, the assemblies in both nuget packages (InfluxDB.Collector and InfluxDB.LineProtocol) target .net standard 2.0

For .net version compatibility see: https://docs.microsoft.com/en-us/dotnet/standard/net-standard

The various .NET implementations target specific versions of .NET Standard. Each .NET implementation version advertises the highest .NET Standard version it supports, a statement that means it also supports previous versions.

pocketbroadcast avatar Jan 22 '21 08:01 pocketbroadcast