You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
<configuration>
|
|
<system.data>
|
|
<DbProviderFactories>
|
|
<remove invariant="System.Data.SQLite.EF6" />
|
|
<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" />
|
|
</DbProviderFactories>
|
|
</system.data>
|
|
</configuration>
|