Newer
Older
RbFreqStand / packages / System.Data.SQLite.EF6.1.0.113.0 / tools / net45 / install.ps1
yangqianqian on 1 Apr 2021 449 bytes ui almost
###############################################################################
#
# 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"