Installing Octopack nuget forces dependencies

Hi,

I have a basic web-app, nothing to do with Azure. But when I try to install OctoPack nuget, I get a prompt to install Azure dependencies: Azure storage, OData and some more - see screenshot attached.

Why is this happening and how to prevent these dependencies to crawl in?

Thanks!

p.s. I’m installing currently latest OctoPack 3.0.44

Hi,

Thanks for getting in touch. The only dependency that Octopack has is Newtonsoft.Json . Those other dependencies seems to have crawled in from someplace else. Have you checked on your project’s Packages.config file to see if the dependency for those packages comes from over there?

Thanks,

Dalmiro