I am very very new to both NuGet and .NET core. I was wondering how to create Nuget pakages while upgrading my code-base from classic .NET to CORE and I think I came across two tutorials
- Using .NET CORE CLI
dotnet
command - I was going through a Pluralsight tutorial and they mentioned
NuGet Package Explorer
Now, My questions is that with advent of dotnet command
in CORE CLI, how relevant is NuGet Package Explorer if my needs are very limited to creating and publishing packages?