ASP.NET Core MVC 2.0 Cookbook
上QQ阅读APP看书,第一时间看更新

How to do it...

With dotnet CLI, you will be able to:

  • Install and uninstall packages
  • Build an application
  • Creating assemblies for an application
  • Restore packages by downloading the entire graph of dependencies for the dependency asked
  • Publish an application with all the necessary files to execute the application event if there is no .Net Core installed on the machine