Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions NFWebsockets.Example/NFWebsockets.Example.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.10.5.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll</HintPath>
<Reference Include="mscorlib, Version=1.11.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.6-preview.2\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2-preview.8\lib\nanoFramework.Runtime.Events.dll</HintPath>
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2-preview.12\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Private>True</Private>
<SpecificVersion>True</SpecificVersion>
</Reference>
<Reference Include="nanoFramework.System.Text, Version=1.1.1.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Text.1.1.1\lib\nanoFramework.System.Text.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions NFWebsockets.Example/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.10.5" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.8" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.12" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Net" version="1.7.1-preview.9" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Text" version="1.1.1" targetFramework="netnanoframework10" />
</packages>
7 changes: 3 additions & 4 deletions Websockets.Client/System.Net.WebSockets.Client.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,13 @@
<None Include="..\WebSockets\key.snk" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.10.5.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll</HintPath>
<Reference Include="mscorlib, Version=1.11.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.6-preview.2\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2-preview.8\lib\nanoFramework.Runtime.Events.dll</HintPath>
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2-preview.12\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Private>True</Private>
<SpecificVersion>True</SpecificVersion>
</Reference>
<Reference Include="nanoFramework.System.Collections, Version=1.2.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Collections.1.2.0\lib\nanoFramework.System.Collections.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Websockets.Client/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.10.5" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.8" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.12" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Collections" version="1.2.0" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Net" version="1.7.1-preview.9" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Text" version="1.1.1" targetFramework="netnanoframework10" />
Expand Down
7 changes: 3 additions & 4 deletions Websockets.Server/System.Net.WebSockets.Server.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,13 @@
<None Include="..\WebSockets\key.snk" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.10.5.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll</HintPath>
<Reference Include="mscorlib, Version=1.11.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.6-preview.2\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2-preview.8\lib\nanoFramework.Runtime.Events.dll</HintPath>
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2-preview.12\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Private>True</Private>
<SpecificVersion>True</SpecificVersion>
</Reference>
<Reference Include="nanoFramework.System.Collections, Version=1.2.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Collections.1.2.0\lib\nanoFramework.System.Collections.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Websockets.Server/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.10.5" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.8" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.12" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Collections" version="1.2.0" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Net" version="1.7.1-preview.9" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Text" version="1.1.1" targetFramework="netnanoframework10" />
Expand Down
8 changes: 3 additions & 5 deletions Websockets/System.Net.WebSockets.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,13 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.10.5.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll</HintPath>
<Reference Include="mscorlib, Version=1.11.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.6-preview.2\lib\mscorlib.dll</HintPath>
<Private>True</Private>
<SpecificVersion>True</SpecificVersion>
</Reference>
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2-preview.8\lib\nanoFramework.Runtime.Events.dll</HintPath>
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2-preview.12\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Private>True</Private>
<SpecificVersion>True</SpecificVersion>
</Reference>
<Reference Include="nanoFramework.System.Collections, Version=1.2.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Collections.1.2.0\lib\nanoFramework.System.Collections.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Websockets/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.10.5" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.8" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.12" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Collections" version="1.2.0" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Net" version="1.7.1-preview.9" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Text" version="1.1.1" targetFramework="netnanoframework10" />
Expand Down
7 changes: 4 additions & 3 deletions nanoframework.System.Net.WebSockets.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/nanoframework.System.Net.WebSockets" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the nanoframework.System.Net.WebSockets assembly (client API only) for .NET nanoFramework C# projects.&#10;There are also two other packages with just the server API and with the complete API.</description>
<description>This package includes the nanoframework.System.Net.WebSockets assembly (client API only) for .NET nanoFramework C# projects.
There are also two other packages with just the server API and with the complete API.</description>
<tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Net.WebSockets</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.2-preview.8" />
<dependency id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.2-preview.12" />
<dependency id="nanoFramework.System.Collections" version="1.2.0" />
<dependency id="nanoFramework.System.Text" version="1.1.1" />
<dependency id="nanoFramework.System.Net" version="1.7.1-preview.9" />
Expand Down
7 changes: 4 additions & 3 deletions nanoframework.System.Net.WebSockets.Server.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/nanoframework.System.Net.WebSockets" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the nanoframework.System.Net.WebSockets assembly (server API only) for .NET nanoFramework C# projects.&#10;There are also two other packages with just the client API and with the complete API.</description>
<description>This package includes the nanoframework.System.Net.WebSockets assembly (server API only) for .NET nanoFramework C# projects.
There are also two other packages with just the client API and with the complete API.</description>
<tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Net.WebSockets</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.2-preview.8" />
<dependency id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.2-preview.12" />
<dependency id="nanoFramework.System.Collections" version="1.2.0" />
<dependency id="nanoFramework.System.Text" version="1.1.1" />
<dependency id="nanoFramework.System.Net" version="1.7.1-preview.9" />
Expand Down
8 changes: 5 additions & 3 deletions nanoframework.System.Net.WebSockets.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/nanoframework.System.Net.WebSockets" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the nanoframework.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>
<description>This package includes the nanoframework.System.Net.WebSockets assembly for nanoFramework C# projects.
There are also two other packages with just the client API and just the server API.
These are meant to be used when there is the need to use smaller assemblies.</description>
<tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Net.WebSockets</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.2-preview.8" />
<dependency id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.2-preview.12" />
<dependency id="nanoFramework.System.Collections" version="1.2.0" />
<dependency id="nanoFramework.System.Text" version="1.1.1" />
<dependency id="nanoFramework.System.Net" version="1.7.1-preview.9" />
Expand Down