From a3dc11183e7ebd413d9f3ea12cb960ca0bab13ab Mon Sep 17 00:00:00 2001 From: James Thompson Date: Sat, 6 Apr 2024 10:02:09 +1100 Subject: [PATCH 1/2] #630 Add in net 5 and make dependency conditional --- Client/Client.csproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Client/Client.csproj b/Client/Client.csproj index b1d6f7ac..67130f03 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1 + netstandard2.0;netstandard2.1;net5.0 8 The reference client that allows query, write and management (bucket, organization, users) for the InfluxDB 2.x. @@ -38,9 +38,11 @@ - + + + From 9270c43d9367f73cca3bd3db6cd41667dca9c43b Mon Sep 17 00:00:00 2001 From: James Thompson Date: Tue, 9 Apr 2024 21:14:32 +1000 Subject: [PATCH 2/2] chore: switch to net 6 to suppress build error --- Client/Client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Client.csproj b/Client/Client.csproj index 67130f03..0d2e2e9b 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1;net5.0 + netstandard2.0;netstandard2.1;net6.0 8 The reference client that allows query, write and management (bucket, organization, users) for the InfluxDB 2.x.