Skip to content

Commit

Permalink
Bump Microsoft.Azure.Devices.Shared from 1.30.3 to 1.30.4 in /src
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Azure.Devices.Shared](https://github.com/Azure/azure-iot-sdk-csharp) from 1.30.3 to 1.30.4.
- [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.Shared
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kbeaugrand committed Dec 16, 2023
1 parent 3eb59a2 commit 23a81a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<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.Provisioning.Service" Version="1.18.3" />
<PackageReference Include="Microsoft.Azure.Devices.Shared" Version="1.30.3" />
<PackageReference Include="Microsoft.Azure.Devices.Shared" Version="1.30.4" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
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 @@ -50,7 +50,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.39.0" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Service" Version="1.18.3" />
<PackageReference Include="Microsoft.Azure.Devices.Shared" Version="1.30.3" />
<PackageReference Include="Microsoft.Azure.Devices.Shared" Version="1.30.4" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 23a81a3

Please sign in to comment.