You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,13 @@ websocket-sharp supports:
19
19
-[hybi-00] for older [draft-ietf-hybi-thewebsocketprotocol-00]. No longer maintained.
20
20
-[draft75] for even more old [draft-hixie-thewebsocketprotocol-75]. No longer maintained.
21
21
22
+
## Pre-Build Dependencies ##
23
+
24
+
1. Newtonsoft.json - The fastest way to add this to your project is via NuGet.
25
+
2. Ensure your target build is set to "Release" or "Debug" (opposed to "Release_Ubuntu", hinted by errors in the form of "Notifications" being missing).
26
+
27
+
*#2 is tricky: You may only see "Release_" with an underscore
28
+
22
29
## Build ##
23
30
24
31
websocket-sharp is built as a single assembly, **websocket-sharp.dll**.
0 commit comments