简体   繁体   English

获取最新版本的MySQL for EF6

[英]Getting the latest version of MySQL for EF6

For my website I am using MySQL for EF6. 对于我的网站,我正在将MySQL用于EF6。 When I set it up, I was told to use the 6.8.3 version, so I have MySql.Data v6.8.3 and MySql.Data.Entity.EF6 v6.8.3 that I installed via Nuget. 设置它时,系统提示我使用6.8.3版本,因此我具有通过Nuget安装的MySql.Data v6.8.3MySql.Data.Entity.EF6 v6.8.3 v6.8.3。

Here's the values from my packages.config file: 这是我的packages.config文件中的值:

  <package id="MySql.Data" version="6.8.3" targetFramework="net45" />
  <package id="MySql.Data.Entity.EF6" version="6.8.3" targetFramework="net45" />

However, I've noticed that there are more up to date versions and I'm concerned that there may be bugs in the older versions. 但是,我注意到有更多的最新版本,并且我担心较旧的版本中可能存在错误。 For example, MySql.Data is up to version 6.9.5 ... should I be using that? 例如, MySql.Data的最新版本为6.9.5 ...我应该使用它吗?

If so, how do I update them to the latest versions? 如果是这样,如何将它们更新到最新版本?

支持6.9.5(www.nuget.org/packages/MySql.Data.Entity),因此只需转到Visual Studio中的“管理Nuget包”,然后单击“更新”(或使用控制台)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM