NuGet Entity Framework 6.1.3 default not 7 Beta 4

Today I updated Visual Studio 2013 from Update1 to Update4 and the latest NuGet version. Now all the time when I create a new solution, Entity Framework 7 Beta 4 is installed by default and I have to change it in every new solution from NuGet Package Manager.

Is there a way to set it as the default new version (e.g. latest stable, 6.1.3) for all future new solutions?

Thanks and sorry for my english.

+3


source to share


2 answers


The NuGet Package Manager in Visual Studio provides a ComboBox at the top of the dialog to toggle between Stable Only and Enable Preflight. When I choose "Stable" I get Entity Framework 6.1.3

. For "Enable Preflight" I getEntity Framework 7.0.0-beta4



enter image description here

+4


source


Disable the "Enable pre-check" option



+1


source







All Articles