diff --git a/docs/quickstarts/4_javascript_client.rst b/docs/quickstarts/4_javascript_client.rst index abd1c7dbb6..a27be4a854 100644 --- a/docs/quickstarts/4_javascript_client.rst +++ b/docs/quickstarts/4_javascript_client.rst @@ -23,7 +23,10 @@ You can use Visual Studio or do this from the command line:: cd JavaScriptClient dotnet new web +As we have done before, with other client projects, add this project also to your solution. run this from the rootfolder which has the sln file:: + dotnet sln add .\src\JavaScriptClient\JavaScriptClient.csproj + Modify hosting ^^^^^^^^^^^^^^^