Skip to content

Commit 1089a9d

Browse files
committed
Update 1 NuGet dependencies
Bumps nanoFramework.System.Collections from 1.5.31 to 1.5.45</br> [version update] ### ⚠️ This is an automated update. ⚠️
1 parent d03c410 commit 1089a9d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

nanoFramework.Networking.Thread.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<tags>nanoFramework C# csharp netmf netnf nanoframework OpenThread</tags>
2020
<dependencies>
2121
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
22-
<dependency id="nanoFramework.System.Collections" version="1.5.31" />
22+
<dependency id="nanoFramework.System.Collections" version="1.5.45" />
2323
<dependency id="nanoFramework.System.Net" version="1.11.1" />
2424
<dependency id="nanoFramework.System.Math" version="1.5.43" />
2525
</dependencies>

nanoFramework.Networking.Thread/nanoFramework.Networking.Thread.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
<Reference Include="nanoFramework.Runtime.Events">
6363
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.18\lib\nanoFramework.Runtime.Events.dll</HintPath>
6464
</Reference>
65-
<Reference Include="nanoFramework.System.Collections">
66-
<HintPath>..\packages\nanoFramework.System.Collections.1.5.31\lib\nanoFramework.System.Collections.dll</HintPath>
65+
<Reference Include="nanoFramework.System.Collections, Version=1.5.45.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
66+
<HintPath>..\packages\nanoFramework.System.Collections.1.5.45\lib\nanoFramework.System.Collections.dll</HintPath>
6767
</Reference>
6868
<Reference Include="nanoFramework.System.Text">
6969
<HintPath>..\packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll</HintPath>

nanoFramework.Networking.Thread/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.System.Collections" version="1.5.31" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.System.Collections" version="1.5.45" targetFramework="netnano1.0" />
66
<package id="nanoFramework.System.IO.Streams" version="1.1.59" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Math" version="1.5.43" targetFramework="netnano1.0" />
88
<package id="nanoFramework.System.Net" version="1.11.1" targetFramework="netnano1.0" />

nanoFramework.Networking.Thread/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"nanoFramework.System.Collections": {
1818
"type": "Direct",
19-
"requested": "[1.5.31, 1.5.31]",
20-
"resolved": "1.5.31",
21-
"contentHash": "q7G0BHkbhUzpUJiOQNlZZDSMcZEU2/QJBDiSEQAF23wOya4EBaCXS74jAVcEfkHBgOkF413jKZq5vldpjqUfUw=="
19+
"requested": "[1.5.45, 1.5.45]",
20+
"resolved": "1.5.45",
21+
"contentHash": "dil6zTz67ACEboy5aWib+lcK+v5eOdvChow3UoZjPdH/fsHsHl26D6/OmQKp+KPVdi5/59WUM5InFB4F5FEQfQ=="
2222
},
2323
"nanoFramework.System.IO.Streams": {
2424
"type": "Direct",

0 commit comments

Comments
 (0)