November 2017
Intermediate to advanced
800 pages
30h 51m
English
In Visual Studio Code, open the Chapter07/Assemblies folder that you created earlier, and then enter the following command in Integrated Terminal:
dotnet add package newtonsoft.json
Visual Studio Code outputs information about adding the reference, as shown in the following output:
info : Adding PackageReference for package 'newtonsoft.json' into project '/Users/markjprice/Code/Chapter07/Assemblies/Assemblies.csproj'.log : Restoring packages for /Users/markjprice/Code/Chapter07/Assemblies/Assemblies.csproj...info : GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.jsoninfo : OK https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json 485msinfo : GET https://api.nuget.org/v3-flatcontainer/newtonsoft.json/10.0.3/newtonsoft.json.10.0.3.nupkg ...
Read now
Unlock full access