Skip to content
Open
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
2 changes: 1 addition & 1 deletion net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Demo of the [ScriptCs.Net](https://github.com/dschenkelman/scriptcs-net) script
1. Run `scriptcs chatServer.csx` (make sure you are running as admin)

## Running the clients
1. Run `scriptcs chatServer.csx` (make sure you are running as admin)
1. Run `scriptcs chatClient.csx` (make sure you are running as admin)
2. To send messages type and press **ENTER**. You should connect with at least 2 clients to see the messages from one in the other one.
3. When you want to quit type *:close* and press **ENTER**.

Expand Down
3 changes: 1 addition & 2 deletions net/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ScriptCs.Contracts" version="0.4.0" targetFramework="net45" />
<package id="ScriptCs.Net" version="0.2" targetFramework="net45" />
<package id="ScriptCs.Net" version="0.2.1" targetFramework="net45" />
</packages>