- Modern Web Development with ASP.NET Core 3
- Ricardo Peres
- 86字
- 2021-06-18 18:35:54
The NuGet and dotnet tools
There are two tools that are closely related to the .NET Core SDK:
- dotnet
- nuget
These tools are must-haves for .NET development: the first, dotnet, is what, NuGet ecosystem of libraries and installs, publishes, and otherwise manages sets of NuGet packages. This one is
dotnet always executes with the most recent .NET Core version available on the system. In Appendix 1, you will find a good description of this tool and its usages.
You can get the nuget tool from https://www.nuget.org/packages/NuGet.CommandLine.
推薦閱讀
- Learning Neo4j
- Node.js 10實戰(zhàn)
- Rust編程:入門、實戰(zhàn)與進階
- 區(qū)塊鏈:以太坊DApp開發(fā)實戰(zhàn)
- Learning ArcGIS Pro
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Gradle for Android
- Express Web Application Development
- Python算法指南:程序員經(jīng)典算法分析與實現(xiàn)
- C#開發(fā)案例精粹
- 軟件項目管理實用教程
- 快速入門與進階:Creo 4·0全實例精講
- HTML+CSS+JavaScript編程入門指南(全2冊)
- C語言程序設計實驗指導
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)