0
mikemey01 created
Hi - with the latest release of .net core v3.3 i see that the solution was converted to VS2017 specifications (migrating project.json to .csproj etc..).
This version will not work with VS2015, correct?
Do EF migrations work from the package manager console in v3.3? How come earlier versions do not work from the package manager console and instead need to use cmd line dotnet ef xx calls?
Thanks,
Mike
1 Answer(s)
-
0
Hi,
You are right v3.3 will not work on VS 2015.
Do EF migrations work from the package manager console in v3.3?
In ASP.NET MVC 5.x and Angular1 version it should work, for others you need to use command line tool.
Command line is used for the versions based on ASP.NET Core, Package Manager Console is used for ASP.NET MVC 5.x based versions.