Nuget: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==References== * [https://medium.com/@churi.vibhav/creating-and-using-a-local-nuget-package-repository-9f19475d6af8 Creating and using a local NuGet package repository] * [htt...") |
|||
Line 1: | Line 1: | ||
==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://medium.com/@churi.vibhav/creating-and-using-a-local-nuget-package-repository-9f19475d6af8 Creating and using a local NuGet package repository] | * [https://medium.com/@churi.vibhav/creating-and-using-a-local-nuget-package-repository-9f19475d6af8 Creating and using a local NuGet package repository] | ||
* [https://stackoverflow.com/questions/33672930 How to publish ASP.NET Core app over FTP server] | * [https://stackoverflow.com/questions/33672930 How to publish ASP.NET Core app over FTP server] | ||
Line 7: | Line 8: | ||
* [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://www.nuget.org/packages/NuGet.Repositories/4.2.0 NuGet Repositories] |
Revision as of 20:27, 11 July 2019
References
- Configuring NuGet for use with GitHub Package Registry
- Creating and using a local NuGet package repository
- How to publish ASP.NET Core app over FTP server
- Publish a NuGet package from the command line
- How to publish a dotnet global tool
- Create nuget package .net core
- Dotnet nuget sources command
- Create and publish a package
- NuGet Repositories