Skip to content

Commit

Permalink
Bump System.Device.Gpio from 3.1.0 to 3.2.0 in /src (#8)
Browse files Browse the repository at this point in the history
Bumps [System.Device.Gpio](https://github.com/dotnet/iot) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/dotnet/iot/releases)
- [Commits](https://github.com/dotnet/iot/commits)

---
updated-dependencies:
- dependency-name: System.Device.Gpio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 9759a07 commit eac44ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menaver.IoT.Devices/Menaver.IoT.Devices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Iot.Device.Bindings" Version="3.1.0" />
<PackageReference Include="System.Device.Gpio" Version="3.1.0" />
<PackageReference Include="System.Device.Gpio" Version="3.2.0" />
</ItemGroup>

</Project>

0 comments on commit eac44ef

Please sign in to comment.