Skip to content

Commit

Permalink
Update 2 NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot authored Nov 15, 2023
1 parent 2ce7da6 commit 7207398
Show file tree
Hide file tree
Showing 42 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion devices/Bmp180/Bmp180.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
<ItemGroup>
<Reference Include="Iot.Device.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.433\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<HintPath>packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.439\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion devices/Bmp180/Bmp180.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<tags>nanoFramework C# csharp netmf netnf Iot.Device.Bmp180</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.433" />
<dependency id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.439" />
<dependency id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.418" />
<dependency id="nanoFramework.System.Device.Model" version="1.2.418" />
<dependency id="nanoFramework.System.Device.I2c" version="1.1.16" />
Expand Down
2 changes: 1 addition & 1 deletion devices/Bmp180/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.433" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.439" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.418" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Model" version="1.2.418" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions devices/Bmp180/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Iot.Device.Common.WeatherHelper": {
"type": "Direct",
"requested": "[1.2.433, 1.2.433]",
"resolved": "1.2.433",
"contentHash": "vAPEG2X0BaI/SKZ3JLE6HCh6an8mxbCyhcKieF1C7Ihn66PrlMFG0R6FhlwWLQWHHc1IIA2nuOHdtOTHftTgZA=="
"requested": "[1.2.439, 1.2.439]",
"resolved": "1.2.439",
"contentHash": "U3T8dOyHTM5OOhMDCSH8Uc+Feym1t9LU3RicYYyXsA8MspfHXZf0NLF2gFRajwfxySwU3BR27Gw0D6jvDjaSTw=="
},
"nanoFramework.System.Buffers.Binary.BinaryPrimitives": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion devices/Bmp180/samples/Bmp180.Sample.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.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.433\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.439\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion devices/Bmp180/samples/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.433" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.439" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.418" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Model" version="1.2.418" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions devices/Bmp180/samples/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Iot.Device.Common.WeatherHelper": {
"type": "Direct",
"requested": "[1.2.433, 1.2.433]",
"resolved": "1.2.433",
"contentHash": "vAPEG2X0BaI/SKZ3JLE6HCh6an8mxbCyhcKieF1C7Ihn66PrlMFG0R6FhlwWLQWHHc1IIA2nuOHdtOTHftTgZA=="
"requested": "[1.2.439, 1.2.439]",
"resolved": "1.2.439",
"contentHash": "U3T8dOyHTM5OOhMDCSH8Uc+Feym1t9LU3RicYYyXsA8MspfHXZf0NLF2gFRajwfxySwU3BR27Gw0D6jvDjaSTw=="
},
"nanoFramework.System.Buffers.Binary.BinaryPrimitives": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion devices/Bmxx80/Bmxx80.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
<ItemGroup>
<Reference Include="Iot.Device.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.433\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<HintPath>packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.439\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion devices/Bmxx80/Bmxx80.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<tags>nanoFramework C# csharp netmf netnf Iot.Device.Bmxx80</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.433" />
<dependency id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.439" />
<dependency id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.418" />
<dependency id="nanoFramework.System.Device.Model" version="1.2.418" />
<dependency id="nanoFramework.System.Device.I2c" version="1.1.16" />
Expand Down
2 changes: 1 addition & 1 deletion devices/Bmxx80/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.433" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.439" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.418" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Model" version="1.2.418" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions devices/Bmxx80/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Iot.Device.Common.WeatherHelper": {
"type": "Direct",
"requested": "[1.2.433, 1.2.433]",
"resolved": "1.2.433",
"contentHash": "vAPEG2X0BaI/SKZ3JLE6HCh6an8mxbCyhcKieF1C7Ihn66PrlMFG0R6FhlwWLQWHHc1IIA2nuOHdtOTHftTgZA=="
"requested": "[1.2.439, 1.2.439]",
"resolved": "1.2.439",
"contentHash": "U3T8dOyHTM5OOhMDCSH8Uc+Feym1t9LU3RicYYyXsA8MspfHXZf0NLF2gFRajwfxySwU3BR27Gw0D6jvDjaSTw=="
},
"nanoFramework.System.Buffers.Binary.BinaryPrimitives": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion devices/Bmxx80/samples/Bmxx80.sample.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.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.433\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.439\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion devices/Bmxx80/samples/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.433" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.439" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.418" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Model" version="1.2.418" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions devices/Bmxx80/samples/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Iot.Device.Common.WeatherHelper": {
"type": "Direct",
"requested": "[1.2.433, 1.2.433]",
"resolved": "1.2.433",
"contentHash": "vAPEG2X0BaI/SKZ3JLE6HCh6an8mxbCyhcKieF1C7Ihn66PrlMFG0R6FhlwWLQWHHc1IIA2nuOHdtOTHftTgZA=="
"requested": "[1.2.439, 1.2.439]",
"resolved": "1.2.439",
"contentHash": "U3T8dOyHTM5OOhMDCSH8Uc+Feym1t9LU3RicYYyXsA8MspfHXZf0NLF2gFRajwfxySwU3BR27Gw0D6jvDjaSTw=="
},
"nanoFramework.System.Buffers.Binary.BinaryPrimitives": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion devices/Bmxx80/tests/Bmxx80.Tests.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Iot.Device.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.433\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.439\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion devices/Bmxx80/tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.433" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.439" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.418" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Model" version="1.2.418" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions devices/Bmxx80/tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Iot.Device.Common.WeatherHelper": {
"type": "Direct",
"requested": "[1.2.433, 1.2.433]",
"resolved": "1.2.433",
"contentHash": "vAPEG2X0BaI/SKZ3JLE6HCh6an8mxbCyhcKieF1C7Ihn66PrlMFG0R6FhlwWLQWHHc1IIA2nuOHdtOTHftTgZA=="
"requested": "[1.2.439, 1.2.439]",
"resolved": "1.2.439",
"contentHash": "U3T8dOyHTM5OOhMDCSH8Uc+Feym1t9LU3RicYYyXsA8MspfHXZf0NLF2gFRajwfxySwU3BR27Gw0D6jvDjaSTw=="
},
"nanoFramework.System.Buffers.Binary.BinaryPrimitives": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion devices/Hts221/samples/Hts221.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.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.433\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.439\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion devices/Hts221/samples/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.433" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.439" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.418" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Model" version="1.2.418" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions devices/Hts221/samples/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Iot.Device.Common.WeatherHelper": {
"type": "Direct",
"requested": "[1.2.433, 1.2.433]",
"resolved": "1.2.433",
"contentHash": "vAPEG2X0BaI/SKZ3JLE6HCh6an8mxbCyhcKieF1C7Ihn66PrlMFG0R6FhlwWLQWHHc1IIA2nuOHdtOTHftTgZA=="
"requested": "[1.2.439, 1.2.439]",
"resolved": "1.2.439",
"contentHash": "U3T8dOyHTM5OOhMDCSH8Uc+Feym1t9LU3RicYYyXsA8MspfHXZf0NLF2gFRajwfxySwU3BR27Gw0D6jvDjaSTw=="
},
"nanoFramework.System.Buffers.Binary.BinaryPrimitives": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion devices/Lps25h/samples/Lps25h.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.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.433\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.439\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion devices/Lps25h/samples/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.433" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.439" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.6.12" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.418" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions devices/Lps25h/samples/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Iot.Device.Common.WeatherHelper": {
"type": "Direct",
"requested": "[1.2.433, 1.2.433]",
"resolved": "1.2.433",
"contentHash": "vAPEG2X0BaI/SKZ3JLE6HCh6an8mxbCyhcKieF1C7Ihn66PrlMFG0R6FhlwWLQWHHc1IIA2nuOHdtOTHftTgZA=="
"requested": "[1.2.439, 1.2.439]",
"resolved": "1.2.439",
"contentHash": "U3T8dOyHTM5OOhMDCSH8Uc+Feym1t9LU3RicYYyXsA8MspfHXZf0NLF2gFRajwfxySwU3BR27Gw0D6jvDjaSTw=="
},
"nanoFramework.Runtime.Native": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion devices/MS5611/MS5611.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.433\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<HintPath>packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.439\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion devices/MS5611/MS5611.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<tags>nanoFramework C# csharp netmf netnf Iot.Device.Ms5611</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.433" />
<dependency id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.439" />
<dependency id="nanoFramework.System.Device.Model" version="1.2.418" />
<dependency id="nanoFramework.System.Device.I2c" version="1.1.16" />
<dependency id="nanoFramework.System.Math" version="1.5.43" />
Expand Down
2 changes: 1 addition & 1 deletion devices/MS5611/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.433" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.439" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Model" version="1.2.418" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Math" version="1.5.43" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions devices/MS5611/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.Iot.Device.Common.WeatherHelper": {
"type": "Direct",
"requested": "[1.2.433, 1.2.433]",
"resolved": "1.2.433",
"contentHash": "vAPEG2X0BaI/SKZ3JLE6HCh6an8mxbCyhcKieF1C7Ihn66PrlMFG0R6FhlwWLQWHHc1IIA2nuOHdtOTHftTgZA=="
"requested": "[1.2.439, 1.2.439]",
"resolved": "1.2.439",
"contentHash": "U3T8dOyHTM5OOhMDCSH8Uc+Feym1t9LU3RicYYyXsA8MspfHXZf0NLF2gFRajwfxySwU3BR27Gw0D6jvDjaSTw=="
},
"nanoFramework.System.Device.I2c": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion devices/MS5611/samples/MS5611.Sample.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Iot.Device.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.433\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.439\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
2 changes: 1 addition & 1 deletion devices/MS5611/samples/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.Hardware.Esp32" version="1.6.12" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.433" targetFramework="netnano1.0" />
<package id="nanoFramework.Iot.Device.Common.WeatherHelper" version="1.2.439" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Events" version="1.11.15" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.I2c" version="1.1.16" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Model" version="1.2.418" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions devices/MS5611/samples/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"nanoFramework.Iot.Device.Common.WeatherHelper": {
"type": "Direct",
"requested": "[1.2.433, 1.2.433]",
"resolved": "1.2.433",
"contentHash": "vAPEG2X0BaI/SKZ3JLE6HCh6an8mxbCyhcKieF1C7Ihn66PrlMFG0R6FhlwWLQWHHc1IIA2nuOHdtOTHftTgZA=="
"requested": "[1.2.439, 1.2.439]",
"resolved": "1.2.439",
"contentHash": "U3T8dOyHTM5OOhMDCSH8Uc+Feym1t9LU3RicYYyXsA8MspfHXZf0NLF2gFRajwfxySwU3BR27Gw0D6jvDjaSTw=="
},
"nanoFramework.Runtime.Events": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion devices/Sht3x/samples/Sht3x.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.Common.WeatherHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.433\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<HintPath>..\packages\nanoFramework.Iot.Device.Common.WeatherHelper.1.2.439\lib\Iot.Device.Common.WeatherHelper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
Expand Down
Loading

0 comments on commit 7207398

Please sign in to comment.