Skip to content

Commit

Permalink
Update 3 NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot authored Nov 9, 2023
1 parent 3f72c22 commit beda3d5
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<HintPath>..\packages\nanoFramework.TestFramework.2.1.87\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Device.Gpio, Version=1.1.28.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.1.28\lib\System.Device.Gpio.dll</HintPath>
<Reference Include="System.Device.Gpio, Version=1.1.38.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Device.Gpio.1.1.38\lib\System.Device.Gpio.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<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.System.Device.Gpio" version="1.1.28" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.38" targetFramework="netnano1.0" />
<package id="nanoFramework.TestFramework" version="2.1.87" targetFramework="netnano1.0" developmentDependency="true" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"nanoFramework.System.Device.Gpio": {
"type": "Direct",
"requested": "[1.1.28, 1.1.28]",
"resolved": "1.1.28",
"contentHash": "G/l2hkWAwQoMsCHJUK0iZsavYjKykewOXlLF1+fDUylOuBvoHo/iY5Lec+sAnJ3WMcoY2Uo6miYrCMI07g59Tg=="
"requested": "[1.1.38, 1.1.38]",
"resolved": "1.1.38",
"contentHash": "t2em7yn9sZpWWj52Xh4f4JjzUQX8/UB7C+XMnMiSGileGhRg86IwszA5/0bGUgc/dKC/AYRSqraPiEB0Q6jhBA=="
},
"nanoFramework.TestFramework": {
"type": "Direct",
Expand Down
8 changes: 4 additions & 4 deletions devices/Multiplexing/Multiplexing.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
<HintPath>packages\nanoFramework.Runtime.Events.1.11.15\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Device.Gpio, Version=1.1.28.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.System.Device.Gpio.1.1.28\lib\System.Device.Gpio.dll</HintPath>
<Reference Include="System.Device.Gpio, Version=1.1.38.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.System.Device.Gpio.1.1.38\lib\System.Device.Gpio.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading, Version=1.1.19.33722, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.System.Threading.1.1.19\lib\System.Threading.dll</HintPath>
<Reference Include="System.Threading, Version=1.1.32.63105, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.System.Threading.1.1.32\lib\System.Threading.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions devices/Multiplexing/Multiplexing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<tags>nanoFramework C# csharp netmf netnf iot</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.System.Device.Gpio" version="1.1.28" />
<dependency id="nanoFramework.System.Device.Gpio" version="1.1.38" />
<dependency id="nanoFramework.Runtime.Events" version="1.11.15" />
<dependency id="nanoFramework.System.Threading" version="1.1.19" />
<dependency id="nanoFramework.System.Threading" version="1.1.32" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions devices/Multiplexing/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.Runtime.Events" version="1.11.15" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.28" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Threading" version="1.1.19" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Device.Gpio" version="1.1.38" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Threading" version="1.1.32" targetFramework="netnano1.0" />
<package id="Nerdbank.GitVersioning" version="3.6.133" developmentDependency="true" targetFramework="netnano1.0" />
</packages>
12 changes: 6 additions & 6 deletions devices/Multiplexing/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
},
"nanoFramework.System.Device.Gpio": {
"type": "Direct",
"requested": "[1.1.28, 1.1.28]",
"resolved": "1.1.28",
"contentHash": "G/l2hkWAwQoMsCHJUK0iZsavYjKykewOXlLF1+fDUylOuBvoHo/iY5Lec+sAnJ3WMcoY2Uo6miYrCMI07g59Tg=="
"requested": "[1.1.38, 1.1.38]",
"resolved": "1.1.38",
"contentHash": "t2em7yn9sZpWWj52Xh4f4JjzUQX8/UB7C+XMnMiSGileGhRg86IwszA5/0bGUgc/dKC/AYRSqraPiEB0Q6jhBA=="
},
"nanoFramework.System.Threading": {
"type": "Direct",
"requested": "[1.1.19, 1.1.19]",
"resolved": "1.1.19",
"contentHash": "HjnY0DNoFnU+t1GiH8Wgf7pJCD9yMOcLVtAZXVAhstMKisVN/MDj9TvfXxZScRIz7ZDoZYUnb+Ixfl6rqyppvA=="
"requested": "[1.1.32, 1.1.32]",
"resolved": "1.1.32",
"contentHash": "6o7Y4gH15FLuo2FWGLecABiCD57V5QMf5g/hEneV64VmhoXI8Bk7r6BDBPTfAePs738xbc1ECpA5dJmbSmtilg=="
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand Down
4 changes: 2 additions & 2 deletions devices/System.Numerics/System.Numerics.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<HintPath>packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Math, Version=1.5.29.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.System.Math.1.5.29\lib\System.Math.dll</HintPath>
<Reference Include="System.Math, Version=1.5.43.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.System.Math.1.5.43\lib\System.Math.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion devices/System.Numerics/System.Numerics.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<tags>nanoFramework C# csharp netmf netnf iot numerics</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.System.Math" version="1.5.29" />
<dependency id="nanoFramework.System.Math" version="1.5.43" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion devices/System.Numerics/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.System.Math" version="1.5.29" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Math" version="1.5.43" targetFramework="netnano1.0" />
<package id="Nerdbank.GitVersioning" version="3.6.133" developmentDependency="true" targetFramework="netnano1.0" />
</packages>
6 changes: 3 additions & 3 deletions devices/System.Numerics/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.System.Math": {
"type": "Direct",
"requested": "[1.5.29, 1.5.29]",
"resolved": "1.5.29",
"contentHash": "PyufZzrtDA7HKCbrbOEbqDhaWK5vflJmAi7RJ+a4cPLMmO9cSWc0dUbylMg6Wxg7Ggu1VmcPqfCIZPFHbx5/2A=="
"requested": "[1.5.43, 1.5.43]",
"resolved": "1.5.43",
"contentHash": "JEOEGHoIpknJFwPjjz77sT5mej2PiT7JTv59jabzFf+d8XYy8Z4SH+NdX00Xc/yDS8LIPuWb7+C245XGUUx99A=="
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand Down
4 changes: 2 additions & 2 deletions devices/WeatherHelper/WeatherHelper.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<HintPath>packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Math, Version=1.5.29.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.System.Math.1.5.29\lib\System.Math.dll</HintPath>
<Reference Include="System.Math, Version=1.5.43.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.System.Math.1.5.43\lib\System.Math.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="UnitsNet.Length, Version=5.35.0.0, Culture=neutral, PublicKeyToken=null">
Expand Down
2 changes: 1 addition & 1 deletion devices/WeatherHelper/WeatherHelper.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<tags>nanoFramework C# csharp netmf netnf Weather Helper</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.System.Math" version="1.5.29" />
<dependency id="nanoFramework.System.Math" version="1.5.43" />
<dependency id="UnitsNet.nanoFramework.Length" version="5.35.0" />
<dependency id="UnitsNet.nanoFramework.Pressure" version="5.35.0" />
<dependency id="UnitsNet.nanoFramework.RelativeHumidity" version="5.35.0" />
Expand Down
2 changes: 1 addition & 1 deletion devices/WeatherHelper/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.System.Math" version="1.5.29" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Math" version="1.5.43" targetFramework="netnano1.0" />
<package id="Nerdbank.GitVersioning" version="3.6.133" developmentDependency="true" targetFramework="netnano1.0" />
<package id="StyleCop.MSBuild" version="6.2.0" targetFramework="netnano1.0" developmentDependency="true" />
<package id="UnitsNet.nanoFramework.Length" version="5.35.0" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions devices/WeatherHelper/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"nanoFramework.System.Math": {
"type": "Direct",
"requested": "[1.5.29, 1.5.29]",
"resolved": "1.5.29",
"contentHash": "PyufZzrtDA7HKCbrbOEbqDhaWK5vflJmAi7RJ+a4cPLMmO9cSWc0dUbylMg6Wxg7Ggu1VmcPqfCIZPFHbx5/2A=="
"requested": "[1.5.43, 1.5.43]",
"resolved": "1.5.43",
"contentHash": "JEOEGHoIpknJFwPjjz77sT5mej2PiT7JTv59jabzFf+d8XYy8Z4SH+NdX00Xc/yDS8LIPuWb7+C245XGUUx99A=="
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand Down

0 comments on commit beda3d5

Please sign in to comment.