From the course: .NET Deep Dive: NuGet Package Manager
Unlock the full course today
Join today to access over 24,100 courses taught by industry experts.
Install the .NET Core CLI - NuGet Tutorial
From the course: .NET Deep Dive: NuGet Package Manager
Install the .NET Core CLI
- [Instructor] Now let's look at how to install the dotnet C L I. Now I've already got it installed, and I can verify that here in PowerShell and Windows terminal, by typing in dotnet. That verifies if it's available. And I can also see the NuGet commands, by typing in dotnet NuGet. So that's available. Now, there are two ways to install the dotnet C L I. One way is via Visual Studio. So I use the Visual Studio installer and make sure that I have one of the proper workloads installed. I'll show you how to do that later in this course. What we're going to look at here, is how to install it with the dotnet S D K. I'm looking at dotnet.microsoft.com forward slash download. There are several versions of dotnet here. Dotnet core and dotnet, the new version. At the time I'm recording this, dotnet five is the latest version. So I would click here to download the dotnet S D K. In my case, it'd be a 64 bit version. I'll…
Contents
-
-
-
NuGet: The .NET package manager5m 21s
-
(Locked)
The NuGet tools2m 32s
-
(Locked)
Install the NuGet CLI2m 52s
-
(Locked)
Install the .NET Core CLI1m 15s
-
(Locked)
Create and publish package3m 28s
-
(Locked)
Find and consume package6m 46s
-
(Locked)
Explore the NuGet Gallery site4m 34s
-
(Locked)
Tool and template package types3m 16s
-
-
-
-
-
-
-
-
-
-
-