Can't install NuGet package on a blank solution in Visual Studio 2015 -
at company have nuget package that, when applied on blank visual studio solution, generate solution template predefined set of named , configured projects. install package executing regular install-package
command in package manager console.
however seems have been stopped working in visual studio 2015. if try install package error:
install-package : project 'default' not found. @ line:1 char:1 + install-package (the package name) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + categoryinfo : objectnotfound: (default:string) [install-package], itemnotfoundexception + fullyqualifiederrorid : nugetprojectnotfound,nuget.packagemanagement.powershellcmdlets.installpackagecommand
what puzzles me working fine in visual studio 2013. have been looking information behavior haven't seen mentioned nor reported bug anywhere.
does know happening here? bug? change in way nuget works in vs 2015?
by way, if matters, vs 2013 edition using professional, while vs 2015 edition community.
it seems solution level packages deprecated in visual studio 2015, no real solution this.
Comments
Post a Comment