mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Let's be Mono friendly
This is a massive overhaul that replaces System.Data.SQLite with Mono.Data.Sqlite. This should make it more compatible with Linux and Mac and has no known downsides for Windows.
This commit is contained in:
13
packages/System.Data.SQLite.EF6.1.0.101.0/tools/net40/install.ps1
vendored
Normal file
13
packages/System.Data.SQLite.EF6.1.0.101.0/tools/net40/install.ps1
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
###############################################################################
|
||||
#
|
||||
# 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"
|
||||
Reference in New Issue
Block a user