- 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.
推薦閱讀
- Visual C++程序設計學習筆記
- Web Application Development with MEAN
- Python數據分析(第2版)
- KnockoutJS Starter
- Learning Apache Karaf
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Developing SSRS Reports for Dynamics AX
- Raspberry Pi Robotic Projects(Third Edition)
- Akka入門與實踐
- Python機器學習與量化投資
- jQuery Mobile Web Development Essentials(Second Edition)
- 網頁設計與制作
- 優化驅動的設計方法
- Python滲透測試編程技術:方法與實踐(第2版)
- Parallel Programming with Python