Files
cms-core-active/packages/System.Data.SQLite.Linq.1.0.105.2/content/net451/app.config.transform
T
Lucio Maranta 22f732ab9d NC_DEMO -> New features:
* CMS_CORE_Nc_Demo_Application (Server)
* Added new Nc Demo into CMS_CORE_Library (Client)
2017-11-06 13:26:39 +00:00

12 lines
398 B
Plaintext

<configuration>
<system.data>
<DbProviderFactories>
<remove invariant="System.Data.SQLite" />
<add name="SQLite Data Provider"
invariant="System.Data.SQLite"
description=".NET Framework Data Provider for SQLite"
type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
</DbProviderFactories>
</system.data>
</configuration>