-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from pusher-community/feature/dotNetStandardSu…
…pport Feature/dot net standard support
- Loading branch information
Showing
31 changed files
with
223 additions
and
903 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net462" /> | ||
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net462" /> | ||
<package id="Nancy" version="1.4.4" targetFramework="net462" /> | ||
<package id="Nancy.Hosting.Self" version="1.4.1" targetFramework="net462" /> | ||
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net462" /> | ||
<package id="PusherServer" version="4.1.0" targetFramework="net462" /> | ||
<package id="SuperSocket.ClientEngine.Core" version="0.10.0" targetFramework="net462" /> | ||
<package id="System.Collections.Specialized" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Configuration.ConfigurationManager" version="4.4.1" targetFramework="net462" /> | ||
<package id="System.Linq" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Net.NameResolution" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Net.Security" version="4.3.2" targetFramework="net462" /> | ||
<package id="System.Net.Sockets" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Runtime" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Runtime.Extensions" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Runtime.InteropServices" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Security.Cryptography.Algorithms" version="4.3.1" targetFramework="net462" /> | ||
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Security.Cryptography.X509Certificates" version="4.3.2" targetFramework="net462" /> | ||
<package id="System.Text.RegularExpressions" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Threading" version="4.3.0" targetFramework="net462" /> | ||
<package id="System.Threading.Timer" version="4.3.0" targetFramework="net462" /> | ||
<package id="WebSocket4Net" version="0.15.2" targetFramework="net462" /> | ||
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net45" /> | ||
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net45" /> | ||
<package id="Nancy" version="1.4.4" targetFramework="net45" /> | ||
<package id="Nancy.Hosting.Self" version="1.4.1" targetFramework="net45" /> | ||
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" /> | ||
<package id="PusherServer" version="4.1.0" targetFramework="net45" /> | ||
<package id="SuperSocket.ClientEngine.Core" version="0.10.0" targetFramework="net45" /> | ||
<package id="System.Linq" version="4.3.0" targetFramework="net45" /> | ||
<package id="System.Runtime" version="4.3.0" targetFramework="net45" /> | ||
<package id="System.Runtime.Extensions" version="4.3.0" targetFramework="net45" /> | ||
<package id="System.Runtime.InteropServices" version="4.3.0" targetFramework="net45" /> | ||
<package id="System.Text.RegularExpressions" version="4.3.0" targetFramework="net45" /> | ||
<package id="System.Threading" version="4.3.0" targetFramework="net45" /> | ||
<package id="WebSocket4Net" version="0.15.2" targetFramework="net45" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.