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 Jan 23, 2025
1 parent 87f661e commit 257962a
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.737\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.737\lib\Iot.Device.Buzzer.dll</HintPath>
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.743\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.737\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.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.743" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.551" 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.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "9qWb6qYYSqzDQc5EVSdVxesmK4L9J4zADx56b8GzxQ7DwrOEYaOoqTxDnmj6n7pcDfVKYGCO3PY8I4XNqRuHkw=="
"requested": "[1.2.743, 1.2.743]",
"resolved": "1.2.743",
"contentHash": "pR4rg5Cx1jmxbYLqtshabNytsN/E9P4oPGO7ATUtn0/soJ1llgRbRt2WUzHWoKcb55RwGkfajNaxQ0rg1qGhqw=="
},
"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.23" />
<dependency id="nanoFramework.Iot.Device.Button" version="1.2.737" />
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.737" />
<dependency id="nanoFramework.Iot.Device.Buzzer" version="1.2.743" />
<dependency id="nanoFramework.Iot.Device.DCMotor" version="1.2.737" />
<dependency id="nanoFramework.Iot.Device.ServoMotor" version="1.2.737" />
<dependency id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.551" />
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.737\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.737\lib\Iot.Device.Buzzer.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.743\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.737\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.23" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.743" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.DCMotor" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.ServoMotor" version="1.2.737" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ssd13xx" version="1.3.551" 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.737, 1.2.737]",
"resolved": "1.2.737",
"contentHash": "9qWb6qYYSqzDQc5EVSdVxesmK4L9J4zADx56b8GzxQ7DwrOEYaOoqTxDnmj6n7pcDfVKYGCO3PY8I4XNqRuHkw=="
"requested": "[1.2.743, 1.2.743]",
"resolved": "1.2.743",
"contentHash": "pR4rg5Cx1jmxbYLqtshabNytsN/E9P4oPGO7ATUtn0/soJ1llgRbRt2WUzHWoKcb55RwGkfajNaxQ0rg1qGhqw=="
},
"nanoFramework.Iot.Device.DCMotor": {
"type": "Direct",
Expand Down

0 comments on commit 257962a

Please sign in to comment.