EntityFramework package version=“6.1.3” and Web config version 6.0.0.0?

后端 未结 2 988
耶瑟儿~
耶瑟儿~ 2021-01-18 09:50

I created a ASP.NET project which included EF 6.1.3

Its show package version=\"6.1.3\" and in Web.config version 6.0.0.0

However in web.config i still have

2条回答
  •  心在旅途
    2021-01-18 10:19

    Version 6.1.3 that you download through NuGet has an actual product version of 6.0.0, they are the same thing. See Microsoft Download Centre

    Your error with namespace 'infrastructure' is discussed here and could just need a reference to System.Data.Entity.dll

提交回复
热议问题