2021-03-10 01:12:07 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-02-03 15:01:22 +08:00
|
|
|
<configuration>
|
2021-03-10 01:12:07 +08:00
|
|
|
<configSections>
|
|
|
|
|
|
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
|
|
|
</configSections>
|
|
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
|
|
|
</startup>
|
|
|
|
<entityFramework>
|
|
|
|
<providers>
|
|
|
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
|
|
|
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
|
|
|
</providers>
|
|
|
|
</entityFramework>
|
|
|
|
|
|
|
|
</configuration>
|