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 Jul 18, 2024
1 parent 5243bdb commit 45ee113
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Tests/MagicBitTestApp/MagicBitTestApp.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.570\lib\Iot.Device.Button.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.573\lib\Iot.Device.Buzzer.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.590\lib\Iot.Device.Buzzer.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.DCMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\..\packages\nanoFramework.Iot.Device.DCMotor.1.2.570\lib\Iot.Device.DCMotor.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Tests/MagicBitTestApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.570" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.573" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.590" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.570" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.570" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.384" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions Tests/MagicBitTestApp/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"nanoFramework.Iot.Device.Buzzer": {
"type": "Direct",
"requested": "[1.2.573, 1.2.573]",
"resolved": "1.2.573",
"contentHash": "AF6yIW6IGl+/OvSOth5G6ZgBgbA2pJtjqTS6yinH179s+jouRJ+vKw0LGe68FoQL5xwwLNXmvCfIpO1ig1oSiA=="
"requested": "[1.2.590, 1.2.590]",
"resolved": "1.2.590",
"contentHash": "yek5Pp8N4Dae+RMaKPhGKuxplPcBPgnGy1/lkgGSSKifrF88glXJReVflLmUOhRCRTxpMIXSm6e/UKyFQGkNTg=="
},
"nanoFramework.Iot.Device.DCMotor": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.MagicBit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.Hardware.Esp32" version="1.6.15" />
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.570" />
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.573" />
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.590" />
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.2.570" />
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.2.570" />
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.384" />
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.MagicBit/nanoFramework.MagicBit.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.570\lib\Iot.Device.Button.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.573\lib\Iot.Device.Buzzer.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.590\lib\Iot.Device.Buzzer.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.DCMotor, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.DCMotor.1.2.570\lib\Iot.Device.DCMotor.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.MagicBit/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32" version="1.6.15" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.570" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.573" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.590" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.570" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.570" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.384" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions nanoFramework.MagicBit/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"nanoFramework.Iot.Device.Buzzer": {
"type": "Direct",
"requested": "[1.2.573, 1.2.573]",
"resolved": "1.2.573",
"contentHash": "AF6yIW6IGl+/OvSOth5G6ZgBgbA2pJtjqTS6yinH179s+jouRJ+vKw0LGe68FoQL5xwwLNXmvCfIpO1ig1oSiA=="
"requested": "[1.2.590, 1.2.590]",
"resolved": "1.2.590",
"contentHash": "yek5Pp8N4Dae+RMaKPhGKuxplPcBPgnGy1/lkgGSSKifrF88glXJReVflLmUOhRCRTxpMIXSm6e/UKyFQGkNTg=="
},
"nanoFramework.Iot.Device.DCMotor": {
"type": "Direct",
Expand Down

0 comments on commit 45ee113

Please sign in to comment.