Skip to content

Commit

Permalink
Bump Iot.Device.Bindings in /samples/serialport-arduino (dotnet#1772)
Browse files Browse the repository at this point in the history
Bumps [Iot.Device.Bindings](https://github.com/dotnet/iot) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/dotnet/iot/releases)
- [Commits](dotnet/iot@1.5...2.0)

---
updated-dependencies:
- dependency-name: Iot.Device.Bindings
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jan 26, 2022
1 parent 845bff8 commit f7e0b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/serialport-arduino/serialport-arduino.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="System.Device.Gpio" Version="2.0.0" />
<PackageReference Include="Iot.Device.Bindings" Version="1.5.0" />
<PackageReference Include="Iot.Device.Bindings" Version="2.0.0" />
</ItemGroup>

</Project>

0 comments on commit f7e0b04

Please sign in to comment.