Skip to content

Commit 447ef98

Browse files
Update 1 NuGet dependencies
1 parent 1ce67b6 commit 447ef98

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

WebSockets.Server/System.Net.WebSockets.Server.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<Private>True</Private>
123123
</Reference>
124124
<Reference Include="System.Net.Http, Version=1.4.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
125-
<HintPath>..\packages\nanoFramework.System.Net.Http.1.4.0-preview.24\lib\System.Net.Http.dll</HintPath>
125+
<HintPath>..\packages\nanoFramework.System.Net.Http.1.4.0-preview.26\lib\System.Net.Http.dll</HintPath>
126126
<Private>True</Private>
127127
</Reference>
128128
<Reference Include="System.Threading, Version=1.0.4.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

WebSockets.Server/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<package id="nanoFramework.System.Collections" version="1.4.0-preview.16" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.System.IO.Streams" version="1.0.0-preview.12" />
77
<package id="nanoFramework.System.Net" version="1.8.0-preview.29" targetFramework="netnanoframework10" />
8-
<package id="nanoFramework.System.Net.Http" version="1.4.0-preview.24" targetFramework="netnanoframework10" />
8+
<package id="nanoFramework.System.Net.Http" version="1.4.0-preview.26" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.System.Text" version="1.1.3-preview.15" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.System.Threading" version="1.0.4-preview.16" targetFramework="netnanoframework10" />
1111
<package id="Nerdbank.GitVersioning" version="3.4.244" targetFramework="netnanoframework10" developmentDependency="true" />

WebSockets/System.Net.WebSockets.nfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<Private>True</Private>
9191
</Reference>
9292
<Reference Include="System.Net.Http, Version=1.4.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
93-
<HintPath>..\packages\nanoFramework.System.Net.Http.1.4.0-preview.24\lib\System.Net.Http.dll</HintPath>
93+
<HintPath>..\packages\nanoFramework.System.Net.Http.1.4.0-preview.26\lib\System.Net.Http.dll</HintPath>
9494
<Private>True</Private>
9595
</Reference>
9696
<Reference Include="System.Threading, Version=1.0.4.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

WebSockets/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<package id="nanoFramework.System.Collections" version="1.4.0-preview.16" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.System.IO.Streams" version="1.0.0-preview.12" />
77
<package id="nanoFramework.System.Net" version="1.8.0-preview.29" targetFramework="netnanoframework10" />
8-
<package id="nanoFramework.System.Net.Http" version="1.4.0-preview.24" targetFramework="netnanoframework10" />
8+
<package id="nanoFramework.System.Net.Http" version="1.4.0-preview.26" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.System.Text" version="1.1.3-preview.15" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.System.Threading" version="1.0.4-preview.16" targetFramework="netnanoframework10" />
1111
<package id="Nerdbank.GitVersioning" version="3.4.244" targetFramework="netnanoframework10" developmentDependency="true" />

nanoframework.System.Net.WebSockets.Server.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
<icon>images\nf-logo.png</icon>
1616
<repository type="git" url="https://github.com/nanoframework/System.Net.WebSockets" commit="$commit$" />
1717
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
18-
<description>This package includes the System.Net.WebSockets assembly (server API only) for .NET nanoFramework C# projects.&#10;There are also two other packages, one with the client API only and another with the complete API.</description>
18+
<description>This package includes the System.Net.WebSockets assembly (server API only) for .NET nanoFramework C# projects.
19+
There are also two other packages, one with the client API only and another with the complete API.</description>
1920
<tags>nanoFramework C# csharp netmf netnf WebSockets</tags>
2021
<dependencies>
2122
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.9" />
2223
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.8" />
2324
<dependency id="nanoFramework.System.Collections" version="1.4.0-preview.16" />
2425
<dependency id="nanoFramework.System.Net" version="1.8.0-preview.29" />
2526
<dependency id="nanoFramework.System.Text" version="1.1.3-preview.13" />
26-
<dependency id="nanoFramework.System.Net.Http" version="1.4.0-preview.24" />
27+
<dependency id="nanoFramework.System.Net.Http" version="1.4.0-preview.26" />
2728
<dependency id="nanoFramework.System.Threading" version="1.0.4-preview.14" />
2829
</dependencies>
2930
</metadata>

nanoframework.System.Net.WebSockets.nuspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@
1515
<icon>images\nf-logo.png</icon>
1616
<repository type="git" url="https://github.com/nanoframework/System.Net.WebSockets" commit="$commit$" />
1717
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
18-
<description>This package includes the System.Net.WebSockets assembly for nanoFramework C# projects.&#10;There are also two other packages with just the client API and just the server API.&#10;These are meant to be used when there is the need to use smaller assemblies.</description>
18+
<description>This package includes the System.Net.WebSockets assembly for nanoFramework C# projects.
19+
There are also two other packages with just the client API and just the server API.
20+
These are meant to be used when there is the need to use smaller assemblies.</description>
1921
<tags>nanoFramework C# csharp netmf netnf WebSockets</tags>
2022
<dependencies>
2123
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.9" />
2224
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.8" />
2325
<dependency id="nanoFramework.System.Collections" version="1.4.0-preview.16" />
2426
<dependency id="nanoFramework.System.Net" version="1.8.0-preview.29" />
2527
<dependency id="nanoFramework.System.Text" version="1.1.3-preview.13" />
26-
<dependency id="nanoFramework.System.Net.Http" version="1.4.0-preview.24" />
28+
<dependency id="nanoFramework.System.Net.Http" version="1.4.0-preview.26" />
2729
<dependency id="nanoFramework.System.Threading" version="1.0.4-preview.14" />
2830
</dependencies>
2931
</metadata>

0 commit comments

Comments
 (0)