- 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.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- AngularJS Testing Cookbook
- Building Modern Web Applications Using Angular
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- DevOps for Networking
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- SEO實戰密碼
- 零基礎學Java(第4版)
- Apache Spark 2.x for Java Developers
- Mastering ArcGIS Enterprise Administration
- Learning iOS Security
- 計算機應用基礎案例教程(第二版)
- 零基礎C語言學習筆記
- C語言從入門到精通(微視頻精編版)