Skip to content

Commit 0fa7131

Browse files
authored
Update 1 NuGet dependencies
1 parent 69c41b7 commit 0fa7131

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.6.12" />
2424
<dependency id="nanoFramework.Runtime.Events" version="1.11.18" />
2525
<dependency id="nanoFramework.System.Text" version="1.2.54" />
26-
<dependency id="nanoFramework.System.Collections" version="1.5.31" />
26+
<dependency id="nanoFramework.System.Collections" version="1.5.45" />
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.6.12.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
147147
<HintPath>..\packages\nanoFramework.Runtime.Native.1.6.12\lib\nanoFramework.Runtime.Native.dll</HintPath>
148148
</Reference>
149-
<Reference Include="nanoFramework.System.Collections, Version=1.5.31.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
150-
<HintPath>..\packages\nanoFramework.System.Collections.1.5.31\lib\nanoFramework.System.Collections.dll</HintPath>
149+
<Reference Include="nanoFramework.System.Collections, Version=1.5.45.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
150+
<HintPath>..\packages\nanoFramework.System.Collections.1.5.45\lib\nanoFramework.System.Collections.dll</HintPath>
151151
</Reference>
152152
<Reference Include="nanoFramework.System.Text, Version=1.2.54.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
153153
<HintPath>..\packages\nanoFramework.System.Text.1.2.54\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.15.5" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Runtime.Native" version="1.6.12" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.System.Collections" version="1.5.31" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.System.Collections" version="1.5.45" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Text" version="1.2.54" targetFramework="netnano1.0" />
88
<package id="Nerdbank.GitVersioning" version="3.6.143" 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.31, 1.5.31]",
26-
"resolved": "1.5.31",
27-
"contentHash": "q7G0BHkbhUzpUJiOQNlZZDSMcZEU2/QJBDiSEQAF23wOya4EBaCXS74jAVcEfkHBgOkF413jKZq5vldpjqUfUw=="
25+
"requested": "[1.5.45, 1.5.45]",
26+
"resolved": "1.5.45",
27+
"contentHash": "dil6zTz67ACEboy5aWib+lcK+v5eOdvChow3UoZjPdH/fsHsHl26D6/OmQKp+KPVdi5/59WUM5InFB4F5FEQfQ=="
2828
},
2929
"nanoFramework.System.Text": {
3030
"type": "Direct",

0 commit comments

Comments
 (0)