apply image link (test).

master
Craig Oates 5 years ago
parent
commit
133b344099
  1. 36
      Add-NuGet-to-Your-Project.md

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

@ -1,18 +1,18 @@
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 NuGet Package Manager. When searching for it, enter "DeathSocket" and you should see something like the following:
![[/attachments/package-manager-screenshot.png|Package manager screenshot]]
More details on .Net Standard, such as version compatibility, is available at:
- [.Net Standard version matrix](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)
You can find Death Socket on NuGet's website (highlighting the latest version) via the following link:
- [Death Socket NuGet](https://www.nuget.org/packages/DeathSocket/)
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 NuGet Package Manager. When searching for it, enter "DeathSocket" and you should see something like the following:
![[attachments/package-manager-screenshot.png|Package manager screenshot]]
More details on .Net Standard, such as version compatibility, is available at:
- [.Net Standard version matrix](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)
You can find Death Socket on NuGet's website (highlighting the latest version) via the following link:
- [Death Socket NuGet](https://www.nuget.org/packages/DeathSocket/)

Loading…
Cancel
Save