Skip to content

Commit d28bcf8

Browse files
authored
Update 1 NuGet dependencies
1 parent 4274e6f commit d28bcf8

File tree

12 files changed

+21
-21
lines changed

12 files changed

+21
-21
lines changed

nanoFramework.System.Net.Http.Client.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There is also a package with the server API only and another with the full API.<
2020
<tags>nanoFramework C# csharp netmf netnf http https</tags>
2121
<dependencies>
2222
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
23-
<dependency id="nanoFramework.Runtime.Events" version="1.11.15" />
23+
<dependency id="nanoFramework.Runtime.Events" version="1.11.18" />
2424
<dependency id="nanoFramework.System.Collections" version="1.5.31" />
2525
<dependency id="nanoFramework.System.Text" version="1.2.54" />
2626
<dependency id="nanoFramework.System.Net" version="1.10.77" />

nanoFramework.System.Net.Http.Client/System.Net.Http.Client.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@
212212
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
213213
<Private>True</Private>
214214
</Reference>
215-
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.15.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
216-
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.15\lib\nanoFramework.Runtime.Events.dll</HintPath>
215+
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.18.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
216+
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.18\lib\nanoFramework.Runtime.Events.dll</HintPath>
217217
<Private>True</Private>
218218
</Reference>
219219
<Reference Include="nanoFramework.System.Collections, Version=1.5.31.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

nanoFramework.System.Net.Http.Client/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Runtime.Events" version="1.11.15" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
55
<package id="nanoFramework.System.Collections" version="1.5.31" targetFramework="netnano1.0" />
66
<package id="nanoFramework.System.IO.Streams" version="1.1.59" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Net" version="1.10.77" targetFramework="netnano1.0" />

nanoFramework.System.Net.Http.Client/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"nanoFramework.Runtime.Events": {
1212
"type": "Direct",
13-
"requested": "[1.11.15, 1.11.15]",
14-
"resolved": "1.11.15",
15-
"contentHash": "3uDNSTfiaewDAyi6fOMWYru0JCn/gr8DEv+Ro/V12SzojU9Dyxl5nSVOBtBXts7vErfIthB6SPiK180AMnrI8A=="
13+
"requested": "[1.11.18, 1.11.18]",
14+
"resolved": "1.11.18",
15+
"contentHash": "t0XpUkdyBBBv/0S4oGx3yUJG1iPYWc38odvZW8mVoioSxZOJrRkRHpNfwYxTxtP4LIEyyesOPEH42d05FHfHzA=="
1616
},
1717
"nanoFramework.System.Collections": {
1818
"type": "Direct",

nanoFramework.System.Net.Http.Server.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There is also a package with the client API only and another with the full API.<
2020
<tags>nanoFramework C# csharp netmf netnf http https</tags>
2121
<dependencies>
2222
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
23-
<dependency id="nanoFramework.Runtime.Events" version="1.11.15" />
23+
<dependency id="nanoFramework.Runtime.Events" version="1.11.18" />
2424
<dependency id="nanoFramework.System.Collections" version="1.5.31" />
2525
<dependency id="nanoFramework.System.Text" version="1.2.54" />
2626
<dependency id="nanoFramework.System.Net" version="1.10.77" />

nanoFramework.System.Net.Http.Server/System.Net.Http.Server.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
141141
<Private>True</Private>
142142
</Reference>
143-
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.15.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
144-
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.15\lib\nanoFramework.Runtime.Events.dll</HintPath>
143+
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.18.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
144+
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.18\lib\nanoFramework.Runtime.Events.dll</HintPath>
145145
<Private>True</Private>
146146
</Reference>
147147
<Reference Include="nanoFramework.System.Collections, Version=1.5.31.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

nanoFramework.System.Net.Http.Server/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
4-
<package id="nanoFramework.Runtime.Events" version="1.11.15" targetFramework="netnano1.0" />
4+
<package id="nanoFramework.Runtime.Events" version="1.11.18" targetFramework="netnano1.0" />
55
<package id="nanoFramework.System.Collections" version="1.5.31" targetFramework="netnano1.0" />
66
<package id="nanoFramework.System.IO.Streams" version="1.1.59" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Net" version="1.10.77" targetFramework="netnano1.0" />

nanoFramework.System.Net.Http.Server/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"nanoFramework.Runtime.Events": {
1212
"type": "Direct",
13-
"requested": "[1.11.15, 1.11.15]",
14-
"resolved": "1.11.15",
15-
"contentHash": "3uDNSTfiaewDAyi6fOMWYru0JCn/gr8DEv+Ro/V12SzojU9Dyxl5nSVOBtBXts7vErfIthB6SPiK180AMnrI8A=="
13+
"requested": "[1.11.18, 1.11.18]",
14+
"resolved": "1.11.18",
15+
"contentHash": "t0XpUkdyBBBv/0S4oGx3yUJG1iPYWc38odvZW8mVoioSxZOJrRkRHpNfwYxTxtP4LIEyyesOPEH42d05FHfHzA=="
1616
},
1717
"nanoFramework.System.Collections": {
1818
"type": "Direct",

nanoFramework.System.Net.Http.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ These are meant to be used when there is the need to use smaller assemblies.</de
2121
<tags>nanoFramework C# csharp netmf netnf http https</tags>
2222
<dependencies>
2323
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
24-
<dependency id="nanoFramework.Runtime.Events" version="1.11.15" />
24+
<dependency id="nanoFramework.Runtime.Events" version="1.11.18" />
2525
<dependency id="nanoFramework.System.Collections" version="1.5.31" />
2626
<dependency id="nanoFramework.System.Text" version="1.2.54" />
2727
<dependency id="nanoFramework.System.Net" version="1.10.77" />

nanoFramework.System.Net.Http/System.Net.Http.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
113113
<Private>True</Private>
114114
</Reference>
115-
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.15.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
116-
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.15\lib\nanoFramework.Runtime.Events.dll</HintPath>
115+
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.18.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
116+
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.18\lib\nanoFramework.Runtime.Events.dll</HintPath>
117117
<Private>True</Private>
118118
</Reference>
119119
<Reference Include="nanoFramework.System.Collections, Version=1.5.31.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

0 commit comments

Comments
 (0)