We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b557b62 commit 2e8fdc8Copy full SHA for 2e8fdc8
README.md
@@ -20,7 +20,7 @@ Disclaimer: Ultimately (soon) you will be able to install this via nuget and not
20
* Build the solution (make sure you enable package restore).
21
* Create a new folder for your script i.e. c:\hellowebapi and change to it.
22
* Install the Web Api Self Host nuget package ```scriptcs -install Microsoft.AspNet.WebApi.SelfHost```
23
-* Copy ScriptCs.WebApi.Pack.dll from the script pack bin folder to your local bin.
+* Copy ScriptCs.WebApi.Pack.dll, and ScriptCs.Contracts.dll from the script pack bin folder to your local bin.
24
* Create a start.csx and paste the code below
25
26
```csharp
0 commit comments