c# - Make entity framework available in all projects -


i have solution 3 class library's, 1 main , 2 referenced main. installed entity framework 6 nuget , can use ok in main project. models etc in other project when add:

using system.data.entity; 

to top of other project error , cant use : dbcontext etc. when install via nuget on individual project basis?

thanks

you can manage nuget references single project or entire solution. right click on solution, click on "manage nuget packages solution..." install/remove/upgrade on entire solution.


Comments

Popular posts from this blog

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -