visual studio 2012 - Install-Package : Unable to find package 'FeatureToggle.Core' -


when trying install featuretoggle package manager console, below eror coming up.

this happening in vs 2012.

pm> install-package featuretoggle.core install-package : unable find package 'featuretoggle.core'. @ line:1 char:1 + install-package featuretoggle.core + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + categoryinfo : notspecified: (:) [install-package], invalidoperationexception + fullyqualifiederrorid : nugetcmdletunhandledexception,nuget.powershell.commands.installpackagecommand

i able

install-package featuretoggle 

make sure have chosen "all" package source dropdown in console.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -