Skip to content

Commit

Permalink
Bump Microsoft.Azure.Devices from 1.39.0 to 1.39.1 in /src
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Azure.Devices](https://github.com/Azure/azure-iot-sdk-csharp) from 1.39.0 to 1.39.1.
- [Release notes](https://github.com/Azure/azure-iot-sdk-csharp/releases)
- [Commits](https://github.com/Azure/azure-iot-sdk-csharp/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.Devices
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hocinehacherouf committed Dec 18, 2023
1 parent dc4c4d5 commit 81d04c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="AWSSDK.IoT" Version="3.7.302" />
<PackageReference Include="AWSSDK.IotData" Version="3.7.300.3" />
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.9.3" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.39.0" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.39.1" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Service" Version="1.18.3" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.39.0" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.39.1" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Service" Version="1.18.3" />
<PackageReference Include="Microsoft.Azure.Devices.Shared" Version="1.30.4" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4">
Expand Down
2 changes: 1 addition & 1 deletion src/IoTHub.Portal.Server/IoTHub.Portal.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.14" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.39.0" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.39.1" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Service" Version="1.18.3" />
<PackageReference Include="Microsoft.Azure.Devices.Shared" Version="1.30.4" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
Expand Down

0 comments on commit 81d04c8

Please sign in to comment.