Skip to content

Commit 3207c25

Browse files
authored
Update 1 NuGet dependencies
1 parent 8b4bd4a commit 3207c25

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

nanoFramework.Device.Bluetooth.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This package requires a target with nanoFramework.Device.Bluetooth v$nativeVersi
2323
<dependency id="nanoFramework.Runtime.Native" version="1.7.8" />
2424
<dependency id="nanoFramework.Runtime.Events" version="1.11.29" />
2525
<dependency id="nanoFramework.System.Text" version="1.3.16" />
26-
<dependency id="nanoFramework.System.Collections" version="1.5.56" />
26+
<dependency id="nanoFramework.System.Collections" version="1.5.59" />
2727
</dependencies>
2828
</metadata>
2929
<files>

nanoFramework.Device.Bluetooth/nanoFramework.Device.Bluetooth.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
<Reference Include="nanoFramework.Runtime.Native, Version=1.7.8.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
147147
<HintPath>..\packages\nanoFramework.Runtime.Native.1.7.8\lib\nanoFramework.Runtime.Native.dll</HintPath>
148148
</Reference>
149-
<Reference Include="nanoFramework.System.Collections, Version=1.5.56.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
150-
<HintPath>..\packages\nanoFramework.System.Collections.1.5.56\lib\nanoFramework.System.Collections.dll</HintPath>
149+
<Reference Include="nanoFramework.System.Collections, Version=1.5.59.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
150+
<HintPath>..\packages\nanoFramework.System.Collections.1.5.59\lib\nanoFramework.System.Collections.dll</HintPath>
151151
</Reference>
152152
<Reference Include="nanoFramework.System.Text, Version=1.3.16.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
153153
<HintPath>..\packages\nanoFramework.System.Text.1.3.16\lib\nanoFramework.System.Text.dll</HintPath>

nanoFramework.Device.Bluetooth/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="nanoFramework.CoreLibrary" version="1.16.11" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Runtime.Events" version="1.11.29" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Runtime.Native" version="1.7.8" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.System.Collections" version="1.5.56" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.System.Collections" version="1.5.59" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Text" version="1.3.16" targetFramework="netnano1.0" />
88
<package id="Nerdbank.GitVersioning" version="3.7.115" developmentDependency="true" targetFramework="netnano1.0" />
99
</packages>

nanoFramework.Device.Bluetooth/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"nanoFramework.System.Collections": {
2424
"type": "Direct",
25-
"requested": "[1.5.56, 1.5.56]",
26-
"resolved": "1.5.56",
27-
"contentHash": "epfglXpETWAi0UXqMYH+kqPVpQdjEcGnHCS3kitSVW3bGQ44qwNtXbjVGEWLjUUlRaaIn4ngwOOa9SVbf8qaqw=="
25+
"requested": "[1.5.59, 1.5.59]",
26+
"resolved": "1.5.59",
27+
"contentHash": "wlA2L43ofEwwLY69fDaGhIPmqz5v7Ux8tdG/Iob/7QEn1KK8ecfDSLQlxWUIxxI+i1aTMvLcu8/whZPoq3OpLw=="
2828
},
2929
"nanoFramework.System.Text": {
3030
"type": "Direct",

0 commit comments

Comments
 (0)