diff --git a/nanoFramework.System.Net.Http.Client.nuspec b/nanoFramework.System.Net.Http.Client.nuspec index a135684..ad3a6d6 100644 --- a/nanoFramework.System.Net.Http.Client.nuspec +++ b/nanoFramework.System.Net.Http.Client.nuspec @@ -24,7 +24,7 @@ There is also a package with the server API only and another with the full API.< - + diff --git a/nanoFramework.System.Net.Http.Client/System.Net.Http.Client.nfproj b/nanoFramework.System.Net.Http.Client/System.Net.Http.Client.nfproj index 3476612..ed3f186 100644 --- a/nanoFramework.System.Net.Http.Client/System.Net.Http.Client.nfproj +++ b/nanoFramework.System.Net.Http.Client/System.Net.Http.Client.nfproj @@ -225,7 +225,7 @@ ..\packages\nanoFramework.System.IO.Streams.2.0.0-preview.18\lib\netnano1.0\System.IO.Streams.dll - ..\packages\nanoFramework.System.Net.2.0.0-preview.17\lib\netnano1.0\System.Net.dll + ..\packages\nanoFramework.System.Net.2.0.0-preview.18\lib\netnano1.0\System.Net.dll ..\packages\nanoFramework.System.Threading.2.0.0-preview.11\lib\netnano1.0\System.Threading.dll diff --git a/nanoFramework.System.Net.Http.Client/packages.config b/nanoFramework.System.Net.Http.Client/packages.config index 322d7c8..e086a6c 100644 --- a/nanoFramework.System.Net.Http.Client/packages.config +++ b/nanoFramework.System.Net.Http.Client/packages.config @@ -4,7 +4,7 @@ - + diff --git a/nanoFramework.System.Net.Http.Client/packages.lock.json b/nanoFramework.System.Net.Http.Client/packages.lock.json index ad3277c..f323eae 100644 --- a/nanoFramework.System.Net.Http.Client/packages.lock.json +++ b/nanoFramework.System.Net.Http.Client/packages.lock.json @@ -28,9 +28,9 @@ }, "nanoFramework.System.Net": { "type": "Direct", - "requested": "[2.0.0-preview.17, 2.0.0-preview.17]", - "resolved": "2.0.0-preview.17", - "contentHash": "JW1hEmTZpjTZc0b9BuAss459xl9DyUP7+tpiWpiPHThiktE6y3NyKXGvB2IgGkHc6miyxZxtMfrmzClq2SDQQA==" + "requested": "[2.0.0-preview.18, 2.0.0-preview.18]", + "resolved": "2.0.0-preview.18", + "contentHash": "qLCtluDaXsPIi3vpyRhmifx0yw065UToZ/uPNUJwe0uG3O+uDtEwSWmo/iySy4yiqTBGZ8vFGnfIb0bU2fWFPw==" }, "nanoFramework.System.Text": { "type": "Direct", diff --git a/nanoFramework.System.Net.Http.Server.nuspec b/nanoFramework.System.Net.Http.Server.nuspec index d875bfc..6606d43 100644 --- a/nanoFramework.System.Net.Http.Server.nuspec +++ b/nanoFramework.System.Net.Http.Server.nuspec @@ -24,7 +24,7 @@ There is also a package with the client API only and another with the full API.< - + diff --git a/nanoFramework.System.Net.Http.Server/System.Net.Http.Server.nfproj b/nanoFramework.System.Net.Http.Server/System.Net.Http.Server.nfproj index 31f739d..37f7b9c 100644 --- a/nanoFramework.System.Net.Http.Server/System.Net.Http.Server.nfproj +++ b/nanoFramework.System.Net.Http.Server/System.Net.Http.Server.nfproj @@ -151,7 +151,7 @@ ..\packages\nanoFramework.System.IO.Streams.2.0.0-preview.18\lib\netnano1.0\System.IO.Streams.dll - ..\packages\nanoFramework.System.Net.2.0.0-preview.17\lib\netnano1.0\System.Net.dll + ..\packages\nanoFramework.System.Net.2.0.0-preview.18\lib\netnano1.0\System.Net.dll ..\packages\nanoFramework.System.Threading.2.0.0-preview.11\lib\netnano1.0\System.Threading.dll diff --git a/nanoFramework.System.Net.Http.Server/packages.config b/nanoFramework.System.Net.Http.Server/packages.config index 322d7c8..e086a6c 100644 --- a/nanoFramework.System.Net.Http.Server/packages.config +++ b/nanoFramework.System.Net.Http.Server/packages.config @@ -4,7 +4,7 @@ - + diff --git a/nanoFramework.System.Net.Http.Server/packages.lock.json b/nanoFramework.System.Net.Http.Server/packages.lock.json index ad3277c..f323eae 100644 --- a/nanoFramework.System.Net.Http.Server/packages.lock.json +++ b/nanoFramework.System.Net.Http.Server/packages.lock.json @@ -28,9 +28,9 @@ }, "nanoFramework.System.Net": { "type": "Direct", - "requested": "[2.0.0-preview.17, 2.0.0-preview.17]", - "resolved": "2.0.0-preview.17", - "contentHash": "JW1hEmTZpjTZc0b9BuAss459xl9DyUP7+tpiWpiPHThiktE6y3NyKXGvB2IgGkHc6miyxZxtMfrmzClq2SDQQA==" + "requested": "[2.0.0-preview.18, 2.0.0-preview.18]", + "resolved": "2.0.0-preview.18", + "contentHash": "qLCtluDaXsPIi3vpyRhmifx0yw065UToZ/uPNUJwe0uG3O+uDtEwSWmo/iySy4yiqTBGZ8vFGnfIb0bU2fWFPw==" }, "nanoFramework.System.Text": { "type": "Direct", diff --git a/nanoFramework.System.Net.Http.nuspec b/nanoFramework.System.Net.Http.nuspec index 5fbb230..093981b 100644 --- a/nanoFramework.System.Net.Http.nuspec +++ b/nanoFramework.System.Net.Http.nuspec @@ -24,7 +24,7 @@ These are meant to be used when there is the need to use smaller assemblies. - + diff --git a/nanoFramework.System.Net.Http/System.Net.Http.nfproj b/nanoFramework.System.Net.Http/System.Net.Http.nfproj index 8191f08..226422e 100644 --- a/nanoFramework.System.Net.Http/System.Net.Http.nfproj +++ b/nanoFramework.System.Net.Http/System.Net.Http.nfproj @@ -125,7 +125,7 @@ ..\packages\nanoFramework.System.IO.Streams.2.0.0-preview.18\lib\netnano1.0\System.IO.Streams.dll - ..\packages\nanoFramework.System.Net.2.0.0-preview.17\lib\netnano1.0\System.Net.dll + ..\packages\nanoFramework.System.Net.2.0.0-preview.18\lib\netnano1.0\System.Net.dll ..\packages\nanoFramework.System.Threading.2.0.0-preview.11\lib\netnano1.0\System.Threading.dll diff --git a/nanoFramework.System.Net.Http/packages.config b/nanoFramework.System.Net.Http/packages.config index 322d7c8..e086a6c 100644 --- a/nanoFramework.System.Net.Http/packages.config +++ b/nanoFramework.System.Net.Http/packages.config @@ -4,7 +4,7 @@ - + diff --git a/nanoFramework.System.Net.Http/packages.lock.json b/nanoFramework.System.Net.Http/packages.lock.json index ad3277c..f323eae 100644 --- a/nanoFramework.System.Net.Http/packages.lock.json +++ b/nanoFramework.System.Net.Http/packages.lock.json @@ -28,9 +28,9 @@ }, "nanoFramework.System.Net": { "type": "Direct", - "requested": "[2.0.0-preview.17, 2.0.0-preview.17]", - "resolved": "2.0.0-preview.17", - "contentHash": "JW1hEmTZpjTZc0b9BuAss459xl9DyUP7+tpiWpiPHThiktE6y3NyKXGvB2IgGkHc6miyxZxtMfrmzClq2SDQQA==" + "requested": "[2.0.0-preview.18, 2.0.0-preview.18]", + "resolved": "2.0.0-preview.18", + "contentHash": "qLCtluDaXsPIi3vpyRhmifx0yw065UToZ/uPNUJwe0uG3O+uDtEwSWmo/iySy4yiqTBGZ8vFGnfIb0bU2fWFPw==" }, "nanoFramework.System.Text": { "type": "Direct",