Files
Desktop_BLVStudio/packages/System.Data.SQLite.EF6.1.0.115.5/tools/net46/install.ps1
2025-12-11 10:06:44 +08:00

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"