Skip to content

Commit

Permalink
Update 4 NuGet dependencies
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
nfbot authored Oct 4, 2024
1 parent 9a3f841 commit ee31949
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions devices/Ft6xx6x/samples/Ft6xx6x.Samples.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
<ItemGroup>
<Reference Include="Iot.Device.Axp192, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Axp192.1.2.639\lib\Iot.Device.Axp192.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Axp192.1.2.656\lib\Iot.Device.Axp192.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Bmm150, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Bmm150.1.2.631\lib\Iot.Device.Bmm150.dll</HintPath>
Expand All @@ -36,10 +36,10 @@
<HintPath>..\packages\nanoFramework.Iot.Device.Ft6xx6x.1.2.652\lib\Iot.Device.Ft6xx6x.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Mpu6886, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.639\lib\Iot.Device.Mpu6886.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.656\lib\Iot.Device.Mpu6886.dll</HintPath>
</Reference>
<Reference Include="Iot.Device.Rtc, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Rtc.1.2.639\lib\Iot.Device.Rtc.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Rtc.1.2.656\lib\Iot.Device.Rtc.dll</HintPath>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
Expand All @@ -53,8 +53,8 @@
<Reference Include="nanoFramework.Hardware.Esp32, Version=1.6.19.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Hardware.Esp32.1.6.19\lib\nanoFramework.Hardware.Esp32.dll</HintPath>
</Reference>
<Reference Include="nanoFramework.M5Core2, Version=1.1.239.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\nanoFramework.M5Core2.1.1.239\lib\nanoFramework.M5Core2.dll</HintPath>
<Reference Include="nanoFramework.M5Core2, Version=1.1.241.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\nanoFramework.M5Core2.1.1.241\lib\nanoFramework.M5Core2.dll</HintPath>
</Reference>
<Reference Include="nanoFramework.ResourceManager, Version=1.2.19.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.ResourceManager.1.2.19\lib\nanoFramework.ResourceManager.dll</HintPath>
Expand Down
8 changes: 4 additions & 4 deletions devices/Ft6xx6x/samples/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<package id="nanoFramework.Graphics" version="1.2.21" targetFramework="netnano1.0" />
<package id="nanoFramework.Graphics.Core" version="1.2.21" targetFramework="netnano1.0" />
<package id="nanoFramework.Hardware.Esp32" version="1.6.19" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.639" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Axp192" version="1.2.656" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Bmm150" version="1.2.631" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Button" version="1.2.631" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.NumberHelper" version="1.2.628" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Ft6xx6x" version="1.2.652" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.639" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Rtc" version="1.2.639" targetFramework="netnano1.0" />
<package id="nanoFramework.M5Core2" version="1.1.239" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.656" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Rtc" version="1.2.656" targetFramework="netnano1.0" />
<package id="nanoFramework.M5Core2" version="1.1.241" targetFramework="netnano1.0" />
<package id="nanoFramework.ResourceManager" version="1.2.19" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.6.12" targetFramework="netnano1.0" />
Expand Down
24 changes: 12 additions & 12 deletions devices/Ft6xx6x/samples/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"nanoFramework.Iot.Device.Axp192": {
"type": "Direct",
"requested": "[1.2.639, 1.2.639]",
"resolved": "1.2.639",
"contentHash": "mJnvf2dmwOq3Vod/AseqRJt2ETwhYTZrcGVmyykRFScTMQyRAJ3dRsHDwwv+WuEvx9qNPD7RHzcM8pDZe0PAFA=="
"requested": "[1.2.656, 1.2.656]",
"resolved": "1.2.656",
"contentHash": "4m48qWsnqZ8KthAMxc/2jUTMZjxGWybheCYGN909eYteD+9CNuqCUIVRb0IAIPF0ISoi9kCC9lnis0Dz8tsm8A=="
},
"nanoFramework.Iot.Device.Bmm150": {
"type": "Direct",
Expand Down Expand Up @@ -58,21 +58,21 @@
},
"nanoFramework.Iot.Device.Mpu6886": {
"type": "Direct",
"requested": "[1.2.639, 1.2.639]",
"resolved": "1.2.639",
"contentHash": "m5RfaxqBii+jWQ1fA1GidwetSqPbtVwX92eksdDn1KqpuEkLe4UpX0nWG/UfQKUuiJO1MYfF3599yyYV6fQ/gQ=="
"requested": "[1.2.656, 1.2.656]",
"resolved": "1.2.656",
"contentHash": "JEDGqka60rztZZaHFWRW56LWJoDNzCkJspsCbkAkHOaILakvbCDBPJFJi3gjhIhkoZeQYh1ln9+eBo8R9vQKzg=="
},
"nanoFramework.Iot.Device.Rtc": {
"type": "Direct",
"requested": "[1.2.639, 1.2.639]",
"resolved": "1.2.639",
"contentHash": "LqEeDvUtz0EE4RQ9b0BVW+c2ggWlHhuZKHwjNcljQ/nQ19LpdXlIdC+ATyIqoBmWIM55dnHM6es8tE4BPKv+TA=="
"requested": "[1.2.656, 1.2.656]",
"resolved": "1.2.656",
"contentHash": "W/sCNUrO1GBrrisMVfIiXQwdlLBeTdbAilyxwxNprVVXsbPHR0qw6oyo/pvJNh4LxIlC3MuPfoeky9Ac5miztw=="
},
"nanoFramework.M5Core2": {
"type": "Direct",
"requested": "[1.1.239, 1.1.239]",
"resolved": "1.1.239",
"contentHash": "wX67fu/9M0RdJPU+ETbjh8u0pkLfxTqZPjkBzCN7TL82AKqciNEUxH83rdE6OrBx7/sDYqPDMbzsAExn4LiMjA=="
"requested": "[1.1.241, 1.1.241]",
"resolved": "1.1.241",
"contentHash": "tMPnoIgT31cBaDUn1yeS6FEa24MT3i2zkP/OFLzhNJGjNuM87RlUqHNvr924UigiDv1xHXROHPDhywff/s/f0Q=="
},
"nanoFramework.ResourceManager": {
"type": "Direct",
Expand Down

0 comments on commit ee31949

Please sign in to comment.