.net - Updating to Entity Framework 6.0.2, now I have a 6.0.1 folder created on every build - why? -


i ran:

update-pacakge 

from ol' nuget package manager console and, amongst other things, updated entity framework 6.0 6.0.2. brilliant - love shiny new version.

now, went commit updated stuff svn , noticed in local packages folder have:

- entityframework.6.0.1 - entityframework.6.0.2 

so deleted entityframework.6.0.1 folder (just added 6.0.2 folder), did build, tests, , commit , thought good.

but looked in local packages folder , believe it, pesky entityframework.6.0.1 folder re-appears whenever build (going through delete folder, clean, rebuild enough times skirt dangerously close definition of insanity).

ok, maybe still references old version did find in files sublime text , result thus:

searching 4477 files "entityframework.6.0.1"  0 matches across 0 files 

right, ask experts gives...

why entityframework.6.0.1 folder re-appearing when build (surely needs entityframework.6.0.2) , can stop it?

chances there project in solution still referencing older version of entity framework.

right click on solution , click manage nuget packages. if there 2 versions of entity framework see both of them listed. can upgrade them there, or go command line , update specific project.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -