I am a newbie with Umbraco. I am trying to install NuGet packages.
I have VS community 2019, .Net Framework 4.8 and when I try to install Umbracocms through Package manager console or through Manage NuGet Package solution I get the below error:
![ScreenShot of not finding Umbracocms][1]
Install-Package : Unable to find package 'UmbracoCms' at source ''.
Please guide me where am I doing wrong.
Sorry, I included the screenshot earlier but it did'nt came through. I created a package source nuget.org and specified "https://www.nuget.org/" as my source. When I browse "Umbracocms" in Manage Nuget Packages, it give me error 404 for nothing found. Tried with Package Manager console too.
I figured this out by myself. The NuGet package source was not getting the results. I used this one instead "https://www.nuget.org/api/v2/" and I could install the NuGet packages version 8
Error installing NuGet packages
I am a newbie with Umbraco. I am trying to install NuGet packages. I have VS community 2019, .Net Framework 4.8 and when I try to install Umbracocms through Package manager console or through Manage NuGet Package solution I get the below error:
Install-Package : Unable to find package 'UmbracoCms' at source ''. Please guide me where am I doing wrong.
Could yo please give us more details, such as screenshots?
Sorry, I included the screenshot earlier but it did'nt came through. I created a package source nuget.org and specified "https://www.nuget.org/" as my source. When I browse "Umbracocms" in Manage Nuget Packages, it give me error 404 for nothing found. Tried with Package Manager console too.
I figured this out by myself. The NuGet package source was not getting the results. I used this one instead "https://www.nuget.org/api/v2/" and I could install the NuGet packages version 8
is working on a reply...