Artifact 596763eb2b5894b9e8cc4f62706f5efc24dee77d:
- File NuGet/shared/Core/content/config.install.xdt — part of check-in [7737ecc51b] at 2015-02-06 23:06:20 on branch trunk — Modify the XDT transform used by the EF6 NuGet packages to omit removal of the EF6 provider itself. (user: mistachkin size: 568) [more...]
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> <system.data> <DbProviderFactories> <remove xdt:Transform="RemoveAll" xdt:Locator="Condition(@invariant='System.Data.SQLite' or @invariant='System.Data.SQLite.Linq')" /> <add xdt:Transform="RemoveAll" xdt:Locator="Condition(@invariant='System.Data.SQLite' or @invariant='System.Data.SQLite.Linq')" /> </DbProviderFactories> </system.data> </configuration>