So I have written two programs(Main program and Calculatorlib) on Visual Studio Code where I have created package locally for one of the programs(Caluclatorlib)by using the command dotnet pack. The package Calculatorlib_package.3.0.0.nupkg is created locally. However I want to upload this package on visual studio code from my local computer so that I can give Package Reference to Main program.
I don't see any options to upload this on visual studio code. But in Visual studio I see there is an option called "Manage Nuget packages" where we can go and upload locally created packages. Can someone guide me how to do this?