From df67651c10a91c9e64245692cd7065a9a65e82a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 01:09:19 +0000 Subject: [PATCH] Upgrade to IoT library v3 Bump System.Device.Gpio from 2.2.0 to 3.0.0 Bumps [System.Device.Gpio](https://github.com/dotnet/iot) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/dotnet/iot/releases) - [Commits](https://github.com/dotnet/iot/compare/2.2...3.0) --- updated-dependencies: - dependency-name: System.Device.Gpio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Bump Iot.Device.Bindings from 2.2.0 to 3.0.0 Bumps [Iot.Device.Bindings](https://github.com/dotnet/iot) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/dotnet/iot/releases) - [Commits](https://github.com/dotnet/iot/compare/2.2...3.0) --- updated-dependencies: - dependency-name: Iot.Device.Bindings dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.3 to 17.7.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.6.3...v17.7.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- SimpleGPIO.Tests/SimpleGPIO.Tests.csproj | 2 +- SimpleGPIO/SimpleGPIO.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SimpleGPIO.Tests/SimpleGPIO.Tests.csproj b/SimpleGPIO.Tests/SimpleGPIO.Tests.csproj index fb03f3d..d5e9edb 100644 --- a/SimpleGPIO.Tests/SimpleGPIO.Tests.csproj +++ b/SimpleGPIO.Tests/SimpleGPIO.Tests.csproj @@ -6,7 +6,7 @@ - + diff --git a/SimpleGPIO/SimpleGPIO.csproj b/SimpleGPIO/SimpleGPIO.csproj index 7bfac9f..a98c888 100644 --- a/SimpleGPIO/SimpleGPIO.csproj +++ b/SimpleGPIO/SimpleGPIO.csproj @@ -1,4 +1,4 @@ - + 2.0.1 netstandard2.0 @@ -20,9 +20,9 @@ - + - +