install.ps1 449 B

12345678910111213
  1. ###############################################################################
  2. #
  3. # provider.ps1 --
  4. #
  5. # Written by Joe Mistachkin.
  6. # Released to the public domain, use at your own risk!
  7. #
  8. ###############################################################################
  9. param($installPath, $toolsPath, $package, $project)
  10. Add-EFProvider $project "System.Data.SQLite.EF6" `
  11. "System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6"