Nuget: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Mono Nuget==
<source lang="bash">
brew install mono
sudo curl -o /usr/local/bin/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
'alias nuget="mono /usr/local/bin/nuget.exe"' >> ~/.bash_profile
</source>
==References==
==References==
* [https://help.github.com/en/articles/configuring-nuget-for-use-with-github-package-registry Configuring NuGet for use with GitHub Package Registry]
* [https://help.github.com/en/articles/configuring-nuget-for-use-with-github-package-registry Configuring NuGet for use with GitHub Package Registry]
Line 8: Line 15:
* [https://docs.microsoft.com/en-us/nuget/tools/cli-ref-sources Dotnet nuget sources command]
* [https://docs.microsoft.com/en-us/nuget/tools/cli-ref-sources Dotnet nuget sources command]
* [https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-the-dotnet-cli Create and publish a package]
* [https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-the-dotnet-cli Create and publish a package]
* [https://docs.microsoft.com/en-us/nuget/install-nuget-client-tools Install NuGet client tools]
* [https://www.nuget.org/packages/NuGet.Repositories/4.2.0 NuGet Repositories]
* [https://www.nuget.org/packages/NuGet.Repositories/4.2.0 NuGet Repositories]

Revision as of 05:06, 12 July 2019