Horizon – Diff between revs 9 and 12
?pathlinks?
Rev 9 | Rev 12 | |||
---|---|---|---|---|
Line 55... | Line 55... | |||
55 | </runtime> |
55 | </runtime> |
|
56 | <system.data> |
56 | <system.data> |
|
57 | <DbProviderFactories> |
57 | <DbProviderFactories> |
|
58 | <remove invariant="System.Data.SQLite.EF6" /> |
58 | <remove invariant="System.Data.SQLite.EF6" /> |
|
59 | <add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" /> |
59 | <add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" /> |
|
- | 60 | <remove invariant="System.Data.SQLite" /> |
||
60 | <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> |
61 | <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /> |
|
- | 62 | </DbProviderFactories> |
||
61 | </system.data> |
63 | </system.data> |
|
62 | </configuration> |
64 | </configuration> |
|
63 | |
65 | |