Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove a comment that is no longer accurate. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
812281ccef76081c58950fbf2ad7f896 |
User & Date: | mistachkin 2015-01-13 03:30:54.625 |
Context
2015-01-13
| ||
03:34 | Attempt to make the 'legacy' NuGet package configuration transform work the same as the EF6 one. check-in: c2e4f24377 user: mistachkin tags: trunk | |
03:30 | Remove a comment that is no longer accurate. check-in: 812281ccef user: mistachkin tags: trunk | |
2015-01-07
| ||
01:11 | Configuration file cleanup: omit the 'remove' element for the legacy 'System.Data.SQLite' provider from the LINQ-specific and EF6-specific configuration files. check-in: 573499eaf2 user: mistachkin tags: trunk | |
Changes
Changes to NuGet/net40/EF6/content/config.transform.
1 2 | <configuration> <system.data> | < < < < < < < | 1 2 3 4 5 6 7 8 9 | <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> |
︙ | ︙ |