Skip to content

Commit

Permalink
Update 1 NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot authored May 27, 2024
1 parent 432d68d commit 437949b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions System.Device.Gpio/System.Device.Gpio.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.15.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.15\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.18.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.18\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion System.Device.Gpio/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.15" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="Nerdbank.GitVersioning" version="3.6.133" developmentDependency="true" targetFramework="netnano1.0" />
</packages>
6 changes: 3 additions & 3 deletions System.Device.Gpio/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Runtime.Events": {
"type": "Direct",
"requested": "[1.11.15, 1.11.15]",
"resolved": "1.11.15",
"contentHash": "3uDNSTfiaewDAyi6fOMWYru0JCn/gr8DEv+Ro/V12SzojU9Dyxl5nSVOBtBXts7vErfIthB6SPiK180AMnrI8A=="
"requested": "[1.11.18, 1.11.18]",
"resolved": "1.11.18",
"contentHash": "t0XpUkdyBBBv/0S4oGx3yUJG1iPYWc38odvZW8mVoioSxZOJrRkRHpNfwYxTxtP4LIEyyesOPEH42d05FHfHzA=="
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.System.Device.Gpio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This package requires a target with System.Device.Gpio v$nativeVersion$ (checksu
<tags>nanoFramework C# csharp netmf netnf Gpio</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.Runtime.Events" version="1.11.15" />
<dependency id="nanoFramework.Runtime.Events" version="1.11.18" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 437949b

Please sign in to comment.