From c4869fab4b6e11460d1bd015e2893d23b74c7f3d Mon Sep 17 00:00:00 2001 From: Sebastian Mojado Date: Wed, 19 Jun 2024 15:14:16 +0200 Subject: [PATCH] Updated to .NET8 / Updated Newtonsoft.Json to 13.0.3 --- ...nfigurationToGsmCommunication.Tests.csproj | 9 ++---- ...viceConfigurationToGsmCommunication.csproj | 12 +++----- ...ceConfigurationToPayloadInformation.csproj | 12 +++----- .../GsmCommunicationToJson.Tests.csproj | 10 ++----- .../GsmCommunicationToJson.csproj | 28 ++++++++----------- .../JsonToBusinessObjects.Tests.csproj | 9 ++---- .../JsonToBusinessObjects.csproj | 25 ++++++----------- ...G.Shared.LoRaPayloadConverter.Tests.csproj | 11 ++------ .../KellerAg.Shared.Entities.csproj | 11 ++------ ...ellerAg.Shared.IoT.Converters.Tests.csproj | 9 ++---- ...ellerAg.Shared.LoRaPayloadConverter.csproj | 17 ++++------- 11 files changed, 47 insertions(+), 106 deletions(-) diff --git a/Source/DeviceConfigurationToGsmCommunication.Tests/DeviceConfigurationToGsmCommunication.Tests.csproj b/Source/DeviceConfigurationToGsmCommunication.Tests/DeviceConfigurationToGsmCommunication.Tests.csproj index 7a246bd..4357500 100644 --- a/Source/DeviceConfigurationToGsmCommunication.Tests/DeviceConfigurationToGsmCommunication.Tests.csproj +++ b/Source/DeviceConfigurationToGsmCommunication.Tests/DeviceConfigurationToGsmCommunication.Tests.csproj @@ -1,11 +1,8 @@  - - netcoreapp3.0 - + netstandard2.1;net8.0 false - @@ -16,9 +13,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - - + \ No newline at end of file diff --git a/Source/DeviceConfigurationToGsmCommunication/DeviceConfigurationToGsmCommunication.csproj b/Source/DeviceConfigurationToGsmCommunication/DeviceConfigurationToGsmCommunication.csproj index a0e128e..d0b8953 100644 --- a/Source/DeviceConfigurationToGsmCommunication/DeviceConfigurationToGsmCommunication.csproj +++ b/Source/DeviceConfigurationToGsmCommunication/DeviceConfigurationToGsmCommunication.csproj @@ -1,18 +1,14 @@  - - netstandard2.0;netstandard2.1;net6.0 - 1.0.272-alpha + netstandard2.1;net8.0 + 3.24.0 KELLER Druckmesstechnik AG KELLER Druckmesstechnik AG - Copyright 2022 (c) KELLER Pressure AG. All rights reserved. https://github.com/KELLERAGfuerDruckmesstechnik/KellerAg.Shared.IoT.Converters - https://docs.kolibricloud.ch/sending-technology/converter-library + https://docs.pressuresuite.com/sending-technology/converter-library Used by KellerAg.Shared.IoT.Converters - - - + \ No newline at end of file diff --git a/Source/DeviceConfigurationToPayloadInformation/DeviceConfigurationToPayloadInformation.csproj b/Source/DeviceConfigurationToPayloadInformation/DeviceConfigurationToPayloadInformation.csproj index ac20755..73b1213 100644 --- a/Source/DeviceConfigurationToPayloadInformation/DeviceConfigurationToPayloadInformation.csproj +++ b/Source/DeviceConfigurationToPayloadInformation/DeviceConfigurationToPayloadInformation.csproj @@ -1,17 +1,13 @@ - - + - netstandard2.0;netstandard2.1;net6.0 - 1.0.272-alpha + netstandard2.1;net8.0 + 3.24.0 KELLER Druckmesstechnik AG Sebastian Mojado - Copyright 2022 (c) KELLER Pressure AG. All rights reserved. Used by KellerAg.Shared.IoT.Converters - - - + \ No newline at end of file diff --git a/Source/GsmCommunicationToJson.Tests/GsmCommunicationToJson.Tests.csproj b/Source/GsmCommunicationToJson.Tests/GsmCommunicationToJson.Tests.csproj index 315e0dd..4d082bf 100644 --- a/Source/GsmCommunicationToJson.Tests/GsmCommunicationToJson.Tests.csproj +++ b/Source/GsmCommunicationToJson.Tests/GsmCommunicationToJson.Tests.csproj @@ -1,10 +1,8 @@  - - netcoreapp3.0 + net8.0 false - 6.2.1 @@ -13,9 +11,6 @@ 5.10.3 - - 13.0.1 - 2.4.2 @@ -24,10 +19,9 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all + - - \ No newline at end of file diff --git a/Source/GsmCommunicationToJson/GsmCommunicationToJson.csproj b/Source/GsmCommunicationToJson/GsmCommunicationToJson.csproj index de520d2..e994f44 100644 --- a/Source/GsmCommunicationToJson/GsmCommunicationToJson.csproj +++ b/Source/GsmCommunicationToJson/GsmCommunicationToJson.csproj @@ -1,36 +1,32 @@  - - netstandard2.0;netstandard2.1;net6.0 + netstandard2.1;net8.0 KellerAg.Cloud.GsmCommunicationToJson - 1.0.42.0 + 3.24.0.0 Sebastian Mojado - This library is used to convert Messages in the Keller AG GSM/ARC format to JSON. + This library is used to convert messages in the KELLER AG GSM/ARC format to JSON. false - - Copyright 2020 (c) Keller AG. All rights reserved. - + + + + true - - - KellerAg.Cloud.GsmCommunicationToJson - 1.0.272-alpha - 1.0.272.0 - 1.0.272.0 + KellerAg.Cloud.GsmCommunicationToJson + 3.24.0 + 3.24.0.0 + 3.24.0.0 - - + - \ No newline at end of file diff --git a/Source/JsonToBusinessObjects.Tests/JsonToBusinessObjects.Tests.csproj b/Source/JsonToBusinessObjects.Tests/JsonToBusinessObjects.Tests.csproj index b5490b0..548678f 100644 --- a/Source/JsonToBusinessObjects.Tests/JsonToBusinessObjects.Tests.csproj +++ b/Source/JsonToBusinessObjects.Tests/JsonToBusinessObjects.Tests.csproj @@ -1,11 +1,8 @@ - - netstandard2.0;netstandard2.1;net6.0 - + net8.0 false - @@ -19,9 +16,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - - + \ No newline at end of file diff --git a/Source/JsonToBusinessObjects/JsonToBusinessObjects.csproj b/Source/JsonToBusinessObjects/JsonToBusinessObjects.csproj index 17285c4..51156e1 100644 --- a/Source/JsonToBusinessObjects/JsonToBusinessObjects.csproj +++ b/Source/JsonToBusinessObjects/JsonToBusinessObjects.csproj @@ -1,45 +1,36 @@  - - netstandard2.0;netstandard2.1;net6.0 + netstandard2.1;net8.0 KellerAg.Cloud.JsonToBusinessObjects - 2.0.9.23 + 3.24.0.0 KELLER Druckmesstechnik AG This library is used to convert KELLER messages from JSON to an Object with improved data handling. false - - Copyright 2022 (c) KELLER Pressure AG. All rights reserved. + + converter json object false - - KellerAg.Cloud.JsonToBusinessObjects KELLER AG - 2.0.272-alpha + 3.24.0 - - - - + - - - + - - + \ No newline at end of file diff --git a/Source/KellerAG.Shared.LoRaPayloadConverter.Tests/KellerAG.Shared.LoRaPayloadConverter.Tests.csproj b/Source/KellerAG.Shared.LoRaPayloadConverter.Tests/KellerAG.Shared.LoRaPayloadConverter.Tests.csproj index 79ba9c7..55a2632 100644 --- a/Source/KellerAG.Shared.LoRaPayloadConverter.Tests/KellerAG.Shared.LoRaPayloadConverter.Tests.csproj +++ b/Source/KellerAG.Shared.LoRaPayloadConverter.Tests/KellerAG.Shared.LoRaPayloadConverter.Tests.csproj @@ -1,22 +1,17 @@ - - net6.0 - + net8.0 false - - + - - - + \ No newline at end of file diff --git a/Source/KellerAg.Shared.Entities/KellerAg.Shared.Entities.csproj b/Source/KellerAg.Shared.Entities/KellerAg.Shared.Entities.csproj index 29c88fa..c336489 100644 --- a/Source/KellerAg.Shared.Entities/KellerAg.Shared.Entities.csproj +++ b/Source/KellerAg.Shared.Entities/KellerAg.Shared.Entities.csproj @@ -1,26 +1,19 @@  - - netstandard2.0;netstandard2.1;net6.0 + netstandard2.1;net8.0 KELLER Druckmesstechnik AG MIT https://docs.kolibricloud.ch/sending-technology/converter-library https://github.com/KELLERAGfuerDruckmesstechnik/KellerAg.Shared.IoT.Converters - KELLER, KELLER Pressure, Druckmesstechnik, Pressure, pressure sensors, KOLIBRI cloud, LoRaWAN, LoRa, Loriot.io, Actility, TTN + KELLER, KELLER Pressure, Druckmesstechnik, Pressure, pressure sensors, PressureSuite Cloud, LoRaWAN, LoRa, Loriot.io, Actility, TTN Sebastian Mojado - 2022 KELLER AG Entities for various purposes. - TRACE - - - - \ No newline at end of file diff --git a/Source/KellerAg.Shared.IoT.Converters.Tests/KellerAg.Shared.IoT.Converters.Tests.csproj b/Source/KellerAg.Shared.IoT.Converters.Tests/KellerAg.Shared.IoT.Converters.Tests.csproj index f8f8d39..5aca99b 100644 --- a/Source/KellerAg.Shared.IoT.Converters.Tests/KellerAg.Shared.IoT.Converters.Tests.csproj +++ b/Source/KellerAg.Shared.IoT.Converters.Tests/KellerAg.Shared.IoT.Converters.Tests.csproj @@ -1,11 +1,8 @@ - - netcoreapp3.0 - + net8.0 false - @@ -13,9 +10,7 @@ - - - + \ No newline at end of file diff --git a/Source/KellerAg.Shared.LoRaPayloadConverter/KellerAg.Shared.LoRaPayloadConverter.csproj b/Source/KellerAg.Shared.LoRaPayloadConverter/KellerAg.Shared.LoRaPayloadConverter.csproj index cdb495c..5ec0497 100644 --- a/Source/KellerAg.Shared.LoRaPayloadConverter/KellerAg.Shared.LoRaPayloadConverter.csproj +++ b/Source/KellerAg.Shared.LoRaPayloadConverter/KellerAg.Shared.LoRaPayloadConverter.csproj @@ -1,21 +1,18 @@ - - netstandard2.0;netstandard2.1;net6.0 + netstandard2.1;net8.0 8.0 - 1.0.272-alpha - 1.0.272.0 + 3.24.0 + 3.24.0.0 true KELLER Druckmesstechnik AG KELLER Druckmesstechnik AG KellerAg.Shared.LoRaPayloadConverter Used by KellerAg.Shared.IoT.Converters -- Converts the LoRa Payload from TTN, Actility or Loriot to a understandable format - Copyright 2022 (c) KELLER AG. All rights reserved. +- Converts the LoRa Payload from TTN, Actility or Loriot to a understandable format LoRa converter json object false - @@ -24,9 +21,7 @@ - - + - - + \ No newline at end of file