From 9573c4d82e21aab0677dfeda1fa7d8467f04de42 Mon Sep 17 00:00:00 2001 From: Varun Puranik Date: Tue, 6 Aug 2019 22:50:31 -0700 Subject: [PATCH] Update SDK Version in Edge (#1503) --- .../Microsoft.Azure.Devices.Edge.Agent.IoTHub.csproj | 2 +- .../Microsoft.Azure.Devices.Edge.Hub.Core.csproj | 2 +- .../DirectMethodCloudSender/DirectMethodCloudSender.csproj | 2 +- edge-modules/DirectMethodReceiver/DirectMethodReceiver.csproj | 2 +- edge-modules/DirectMethodSender/DirectMethodSender.csproj | 2 +- .../ModuleLib/Microsoft.Azure.Devices.Edge.ModuleUtil.csproj | 2 +- .../SimulatedTemperatureSensor.csproj | 2 +- edge-modules/TemperatureFilter/TemperatureFilter.csproj | 2 +- edge-modules/load-gen/load-gen.csproj | 2 +- samples/dotnet/EdgeDownstreamDevice/EdgeDownstreamDevice.csproj | 2 +- smoke/LeafDevice/LeafDevice.csproj | 2 +- .../Microsoft.Azure.Devices.Edge.Test.Common.csproj | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/edge-agent/src/Microsoft.Azure.Devices.Edge.Agent.IoTHub/Microsoft.Azure.Devices.Edge.Agent.IoTHub.csproj b/edge-agent/src/Microsoft.Azure.Devices.Edge.Agent.IoTHub/Microsoft.Azure.Devices.Edge.Agent.IoTHub.csproj index 8c309b93570..305e9959b6d 100644 --- a/edge-agent/src/Microsoft.Azure.Devices.Edge.Agent.IoTHub/Microsoft.Azure.Devices.Edge.Agent.IoTHub.csproj +++ b/edge-agent/src/Microsoft.Azure.Devices.Edge.Agent.IoTHub/Microsoft.Azure.Devices.Edge.Agent.IoTHub.csproj @@ -21,7 +21,7 @@ - + diff --git a/edge-hub/src/Microsoft.Azure.Devices.Edge.Hub.Core/Microsoft.Azure.Devices.Edge.Hub.Core.csproj b/edge-hub/src/Microsoft.Azure.Devices.Edge.Hub.Core/Microsoft.Azure.Devices.Edge.Hub.Core.csproj index 3384b40a3d3..5948d08cbf3 100644 --- a/edge-hub/src/Microsoft.Azure.Devices.Edge.Hub.Core/Microsoft.Azure.Devices.Edge.Hub.Core.csproj +++ b/edge-hub/src/Microsoft.Azure.Devices.Edge.Hub.Core/Microsoft.Azure.Devices.Edge.Hub.Core.csproj @@ -29,7 +29,7 @@ - + diff --git a/edge-modules/DirectMethodCloudSender/DirectMethodCloudSender.csproj b/edge-modules/DirectMethodCloudSender/DirectMethodCloudSender.csproj index 2436dbcca59..9b794b4ce08 100644 --- a/edge-modules/DirectMethodCloudSender/DirectMethodCloudSender.csproj +++ b/edge-modules/DirectMethodCloudSender/DirectMethodCloudSender.csproj @@ -33,7 +33,7 @@ - + diff --git a/edge-modules/DirectMethodReceiver/DirectMethodReceiver.csproj b/edge-modules/DirectMethodReceiver/DirectMethodReceiver.csproj index 3c17ad2a8d7..46ac3ffec90 100644 --- a/edge-modules/DirectMethodReceiver/DirectMethodReceiver.csproj +++ b/edge-modules/DirectMethodReceiver/DirectMethodReceiver.csproj @@ -32,7 +32,7 @@ - + diff --git a/edge-modules/DirectMethodSender/DirectMethodSender.csproj b/edge-modules/DirectMethodSender/DirectMethodSender.csproj index d1859383286..7f91d3179ac 100644 --- a/edge-modules/DirectMethodSender/DirectMethodSender.csproj +++ b/edge-modules/DirectMethodSender/DirectMethodSender.csproj @@ -33,7 +33,7 @@ - + diff --git a/edge-modules/ModuleLib/Microsoft.Azure.Devices.Edge.ModuleUtil.csproj b/edge-modules/ModuleLib/Microsoft.Azure.Devices.Edge.ModuleUtil.csproj index 97ad6ac95d3..6933d99f71e 100644 --- a/edge-modules/ModuleLib/Microsoft.Azure.Devices.Edge.ModuleUtil.csproj +++ b/edge-modules/ModuleLib/Microsoft.Azure.Devices.Edge.ModuleUtil.csproj @@ -10,7 +10,7 @@ - + diff --git a/edge-modules/SimulatedTemperatureSensor/SimulatedTemperatureSensor.csproj b/edge-modules/SimulatedTemperatureSensor/SimulatedTemperatureSensor.csproj index d1859383286..7f91d3179ac 100644 --- a/edge-modules/SimulatedTemperatureSensor/SimulatedTemperatureSensor.csproj +++ b/edge-modules/SimulatedTemperatureSensor/SimulatedTemperatureSensor.csproj @@ -33,7 +33,7 @@ - + diff --git a/edge-modules/TemperatureFilter/TemperatureFilter.csproj b/edge-modules/TemperatureFilter/TemperatureFilter.csproj index b69b9ff0a77..43f299a88bc 100644 --- a/edge-modules/TemperatureFilter/TemperatureFilter.csproj +++ b/edge-modules/TemperatureFilter/TemperatureFilter.csproj @@ -33,7 +33,7 @@ - + diff --git a/edge-modules/load-gen/load-gen.csproj b/edge-modules/load-gen/load-gen.csproj index c03ff0c3cbb..8bb8bd8ed4f 100644 --- a/edge-modules/load-gen/load-gen.csproj +++ b/edge-modules/load-gen/load-gen.csproj @@ -20,7 +20,7 @@ - + diff --git a/samples/dotnet/EdgeDownstreamDevice/EdgeDownstreamDevice.csproj b/samples/dotnet/EdgeDownstreamDevice/EdgeDownstreamDevice.csproj index 0cd6e31e3e9..c55d7a811a3 100644 --- a/samples/dotnet/EdgeDownstreamDevice/EdgeDownstreamDevice.csproj +++ b/samples/dotnet/EdgeDownstreamDevice/EdgeDownstreamDevice.csproj @@ -15,6 +15,6 @@ - + diff --git a/smoke/LeafDevice/LeafDevice.csproj b/smoke/LeafDevice/LeafDevice.csproj index f8b5094957e..e23b34235ac 100644 --- a/smoke/LeafDevice/LeafDevice.csproj +++ b/smoke/LeafDevice/LeafDevice.csproj @@ -30,7 +30,7 @@ - + diff --git a/test/Microsoft.Azure.Devices.Edge.Test.Common/Microsoft.Azure.Devices.Edge.Test.Common.csproj b/test/Microsoft.Azure.Devices.Edge.Test.Common/Microsoft.Azure.Devices.Edge.Test.Common.csproj index d1347201295..604af71ff43 100644 --- a/test/Microsoft.Azure.Devices.Edge.Test.Common/Microsoft.Azure.Devices.Edge.Test.Common.csproj +++ b/test/Microsoft.Azure.Devices.Edge.Test.Common/Microsoft.Azure.Devices.Edge.Test.Common.csproj @@ -28,7 +28,7 @@ - +