fix code formatting in Add NuGet to Project.

master
Craig Oates 5 years ago
parent
commit
decd037e08
  1. 2
      Add-NuGet-to-Your-Project.md

2
Add-NuGet-to-Your-Project.md

@ -1,10 +1,8 @@
Because Death Socket (D.S.) is a .Net Standard 2.0 library, you can use it in traditional .Net and .Net Core projects. To add it to your project (as a NuGet), enter the following command into your package manager console,
```powershell
// Make sure you change the version number to match the one you want.
Install-Package DeathSocket -Version 1.0
```
If you are using Visual Studio, you can search for and add it to your project using its built-in GUI. When searching for it, enter "DeathSocket" and you should see something like the following;

Loading…
Cancel
Save