I´ve installed Mono(version 3.2.8) on my Raspberry Pi 3 to execute a C# program that uploads a text file to SharePoint. The program uses a NuGet package called Microsoft.SharePointOnline.CSOM.
I can execute the program on my Windows Pc but i don´t know how to install that package in Mono to execute it there as well.
Can anyone help me please?
Menu Tools → Options → Package Manager Click OK. Drop your NuGet package files in that folder. Go to your Project in Solution Explorer, right click and select "Manage NuGet Packages". Select your new package source.
restore command (NuGet CLI)
Downloads and installs any packages missing from the packages folder.
Or
install command (NuGet CLI)
Downloads and installs a package into a project, defaulting to the current folder, using specified package sources.
Examples:
nuget restore mySolution.sln
nuget install Microsoft.SharePointOnline.CSOM
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With