添加 "ADO.NET Entity Data Model" 使用 Entity Framework 6.1.3
Adding "ADO.NET Entity Data Model" uses Entity Framework 6.1.3
我有一个问题想了解一下:
当我向我的控制台应用程序添加新的 "ADO.NET Entity Data Model" 时,Visual Studio 2017 将使用来自 NuGet 的 Entity Framework 6.1.3。为什么不使用 Entity Framework (6.2.0) 的最新版本(在 NuGet 上标记为 "Current Version")?
目前(截至 2018-04-23 撰写时)EF6 工具版本为 6.1.3,last EF6 runtime is 6.2.0。
Where are the EF 6.2 tools for Visual Studio?
We decided that we still needed to complete some work on the tools
before we could declare them “final”. However, it did not make sense
to delay the release of the runtime packages:
- The EF 6.2 runtime is fully compatible with released versions of our Visual Studio tools. You should only need to manually upgrade the
NuGet packages in your applications.
在存储库中我可以看到 tag for 6.2 tools. With Visual Studio 2017 15.7 you'll get the EF 6.2 tools
Support for the Entity Framework 6.2 Runtime: Creating an EF model in
a project that does not reference EF will now install the EF 6.2 NuGet
package by default.
目前使用 Visual Studio 2017 更新 15。6.x 将 nuget 包更新到 6.2,直到 6.2 工具随 15.7 更新发布。
我有一个问题想了解一下:
当我向我的控制台应用程序添加新的 "ADO.NET Entity Data Model" 时,Visual Studio 2017 将使用来自 NuGet 的 Entity Framework 6.1.3。为什么不使用 Entity Framework (6.2.0) 的最新版本(在 NuGet 上标记为 "Current Version")?
目前(截至 2018-04-23 撰写时)EF6 工具版本为 6.1.3,last EF6 runtime is 6.2.0。
Where are the EF 6.2 tools for Visual Studio?
We decided that we still needed to complete some work on the tools before we could declare them “final”. However, it did not make sense to delay the release of the runtime packages:
- The EF 6.2 runtime is fully compatible with released versions of our Visual Studio tools. You should only need to manually upgrade the NuGet packages in your applications.
在存储库中我可以看到 tag for 6.2 tools. With Visual Studio 2017 15.7 you'll get the EF 6.2 tools
Support for the Entity Framework 6.2 Runtime: Creating an EF model in a project that does not reference EF will now install the EF 6.2 NuGet package by default.
目前使用 Visual Studio 2017 更新 15。6.x 将 nuget 包更新到 6.2,直到 6.2 工具随 15.7 更新发布。