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.
14 lines
449 B
PowerShell
14 lines
449 B
PowerShell
###############################################################################
|
|
#
|
|
# provider.ps1 --
|
|
#
|
|
# Written by Joe Mistachkin.
|
|
# Released to the public domain, use at your own risk!
|
|
#
|
|
###############################################################################
|
|
|
|
param($installPath, $toolsPath, $package, $project)
|
|
|
|
Add-EFProvider $project "System.Data.SQLite.EF6" `
|
|
"System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6"
|