We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed3190 commit 37781a5Copy full SHA for 37781a5
dotnet-iot-blink/dotnet-iot-blink.csproj
@@ -1,10 +1,10 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
5
<RootNamespace>dotnet_iot_blink</RootNamespace>
6
</PropertyGroup>
7
<ItemGroup>
8
- <PackageReference Include="System.Device.Gpio" Version="1.5.0"/>
+ <PackageReference Include="System.Device.Gpio" Version="3.2.0" />
9
</ItemGroup>
10
</Project>
0 commit comments