您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

app.config.transform 357 B

4 年前
12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <entityFramework>
  4. <providers>
  5. <provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"></provider>
  6. </providers>
  7. </entityFramework>
  8. </configuration>