From 66e21df16613eb392ae57e7a4262738f7c32aa3d Mon Sep 17 00:00:00 2001 From: "David R. Williamson" Date: Mon, 17 Apr 2023 14:04:23 -0700 Subject: [PATCH] Update misc NuGet dependency versions and remove some no longer used --- .../device/Microsoft.Azure.Devices.LongHaul.Device.csproj | 3 +-- .../service/Microsoft.Azure.Devices.LongHaul.Service.csproj | 5 ++--- e2e/Tests/E2ETests.csproj | 3 +-- .../getting started/FileUploadSample/FileUploadSample.csproj | 2 +- iothub/device/src/Microsoft.Azure.Devices.Client.csproj | 2 +- .../getting started/ReadD2cMessages/ReadD2cMessages.csproj | 2 +- .../AzureSasCredentialAuthenticationSample.csproj | 2 +- .../CleanupDevicesSample/CleanupDevicesSample.csproj | 2 +- .../ImportExportDevicesSample.csproj | 2 +- .../RoleBasedAuthenticationSample.csproj | 4 ++-- .../TemperatureController/TemperatureController.csproj | 2 +- iothub/service/src/Microsoft.Azure.Devices.csproj | 2 +- .../src/Microsoft.Azure.Devices.Provisioning.Client.csproj | 2 +- .../src/Microsoft.Azure.Devices.Provisioning.Service.csproj | 2 +- 14 files changed, 16 insertions(+), 19 deletions(-) diff --git a/e2e/LongHaul/device/Microsoft.Azure.Devices.LongHaul.Device.csproj b/e2e/LongHaul/device/Microsoft.Azure.Devices.LongHaul.Device.csproj index 95e2252054..2130666d03 100644 --- a/e2e/LongHaul/device/Microsoft.Azure.Devices.LongHaul.Device.csproj +++ b/e2e/LongHaul/device/Microsoft.Azure.Devices.LongHaul.Device.csproj @@ -10,14 +10,13 @@ - + - diff --git a/e2e/LongHaul/service/Microsoft.Azure.Devices.LongHaul.Service.csproj b/e2e/LongHaul/service/Microsoft.Azure.Devices.LongHaul.Service.csproj index f3fb049823..6e5cbc0af4 100644 --- a/e2e/LongHaul/service/Microsoft.Azure.Devices.LongHaul.Service.csproj +++ b/e2e/LongHaul/service/Microsoft.Azure.Devices.LongHaul.Service.csproj @@ -10,12 +10,11 @@ - - + + - diff --git a/e2e/Tests/E2ETests.csproj b/e2e/Tests/E2ETests.csproj index d944217de5..53b08830b6 100644 --- a/e2e/Tests/E2ETests.csproj +++ b/e2e/Tests/E2ETests.csproj @@ -19,7 +19,6 @@ - @@ -31,7 +30,7 @@ - + diff --git a/iothub/device/samples/getting started/FileUploadSample/FileUploadSample.csproj b/iothub/device/samples/getting started/FileUploadSample/FileUploadSample.csproj index 16d68c7661..b076509816 100644 --- a/iothub/device/samples/getting started/FileUploadSample/FileUploadSample.csproj +++ b/iothub/device/samples/getting started/FileUploadSample/FileUploadSample.csproj @@ -14,7 +14,7 @@ - + diff --git a/iothub/device/src/Microsoft.Azure.Devices.Client.csproj b/iothub/device/src/Microsoft.Azure.Devices.Client.csproj index a48a515782..5703a5a63f 100644 --- a/iothub/device/src/Microsoft.Azure.Devices.Client.csproj +++ b/iothub/device/src/Microsoft.Azure.Devices.Client.csproj @@ -57,7 +57,7 @@ - + diff --git a/iothub/service/samples/getting started/ReadD2cMessages/ReadD2cMessages.csproj b/iothub/service/samples/getting started/ReadD2cMessages/ReadD2cMessages.csproj index d066b77b68..7c4ca4ee82 100644 --- a/iothub/service/samples/getting started/ReadD2cMessages/ReadD2cMessages.csproj +++ b/iothub/service/samples/getting started/ReadD2cMessages/ReadD2cMessages.csproj @@ -14,7 +14,7 @@ - + diff --git a/iothub/service/samples/how to guides/AzureSasCredentialAuthenticationSample/AzureSasCredentialAuthenticationSample.csproj b/iothub/service/samples/how to guides/AzureSasCredentialAuthenticationSample/AzureSasCredentialAuthenticationSample.csproj index d4b916f7a7..08dbe1162e 100644 --- a/iothub/service/samples/how to guides/AzureSasCredentialAuthenticationSample/AzureSasCredentialAuthenticationSample.csproj +++ b/iothub/service/samples/how to guides/AzureSasCredentialAuthenticationSample/AzureSasCredentialAuthenticationSample.csproj @@ -14,7 +14,7 @@ - + diff --git a/iothub/service/samples/how to guides/CleanupDevicesSample/CleanupDevicesSample.csproj b/iothub/service/samples/how to guides/CleanupDevicesSample/CleanupDevicesSample.csproj index b5d55d1959..c8dca87977 100644 --- a/iothub/service/samples/how to guides/CleanupDevicesSample/CleanupDevicesSample.csproj +++ b/iothub/service/samples/how to guides/CleanupDevicesSample/CleanupDevicesSample.csproj @@ -14,7 +14,7 @@ - + diff --git a/iothub/service/samples/how to guides/ImportExportDevicesSample/ImportExportDevicesSample.csproj b/iothub/service/samples/how to guides/ImportExportDevicesSample/ImportExportDevicesSample.csproj index b5d55d1959..c8dca87977 100644 --- a/iothub/service/samples/how to guides/ImportExportDevicesSample/ImportExportDevicesSample.csproj +++ b/iothub/service/samples/how to guides/ImportExportDevicesSample/ImportExportDevicesSample.csproj @@ -14,7 +14,7 @@ - + diff --git a/iothub/service/samples/how to guides/RoleBasedAuthenticationSample/RoleBasedAuthenticationSample.csproj b/iothub/service/samples/how to guides/RoleBasedAuthenticationSample/RoleBasedAuthenticationSample.csproj index 361d4a4a1a..8ca1529e9e 100644 --- a/iothub/service/samples/how to guides/RoleBasedAuthenticationSample/RoleBasedAuthenticationSample.csproj +++ b/iothub/service/samples/how to guides/RoleBasedAuthenticationSample/RoleBasedAuthenticationSample.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/iothub/service/samples/solutions/DigitalTwinClientSamples/TemperatureController/TemperatureController.csproj b/iothub/service/samples/solutions/DigitalTwinClientSamples/TemperatureController/TemperatureController.csproj index 4f8792c2b1..0aa924456b 100644 --- a/iothub/service/samples/solutions/DigitalTwinClientSamples/TemperatureController/TemperatureController.csproj +++ b/iothub/service/samples/solutions/DigitalTwinClientSamples/TemperatureController/TemperatureController.csproj @@ -14,7 +14,7 @@ - + diff --git a/iothub/service/src/Microsoft.Azure.Devices.csproj b/iothub/service/src/Microsoft.Azure.Devices.csproj index e0663da33c..af0b15ba3e 100644 --- a/iothub/service/src/Microsoft.Azure.Devices.csproj +++ b/iothub/service/src/Microsoft.Azure.Devices.csproj @@ -60,7 +60,7 @@ - + diff --git a/provisioning/device/src/Microsoft.Azure.Devices.Provisioning.Client.csproj b/provisioning/device/src/Microsoft.Azure.Devices.Provisioning.Client.csproj index 2e9418c202..b49ccade65 100644 --- a/provisioning/device/src/Microsoft.Azure.Devices.Provisioning.Client.csproj +++ b/provisioning/device/src/Microsoft.Azure.Devices.Provisioning.Client.csproj @@ -61,7 +61,7 @@ - + diff --git a/provisioning/service/src/Microsoft.Azure.Devices.Provisioning.Service.csproj b/provisioning/service/src/Microsoft.Azure.Devices.Provisioning.Service.csproj index cb27d9d768..bf0d2d31da 100644 --- a/provisioning/service/src/Microsoft.Azure.Devices.Provisioning.Service.csproj +++ b/provisioning/service/src/Microsoft.Azure.Devices.Provisioning.Service.csproj @@ -56,7 +56,7 @@ - + all