This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/pkg/nuget/README.md

17 lines
540 B
Markdown
Raw Normal View History

2021-02-05 15:58:48 -08:00
# NuGet package
Install from [NuGet gallery package]() (recommended):
```powershell
Install-Package ZeroTier.Sockets
```
Install from local package
```powershell
Install-Package ZeroTier.Sockets -Source C:\PathToThePackageDir\
```
Development notes
- Microsoft's own documentation on multi-architecture nupkgs was outdated and Marco Siccardi seemed to have [the only correct instructions found anywhere on the internet](https://msicc.net/how-to-create-a-multi-architecture-nuget-package-from-a-uwp-class-library/) to accomplish this.