diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-01 18:47:51 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-01 18:47:51 +0200 |
| commit | 1e0bf3a26354f8a0f1e21990ec07706427a0761f (patch) | |
| tree | 87cf5b00078dba68c7c356735150de783e2b8774 /Software/Visual_Studio/Tango.BL/packages.config | |
| parent | f01b4d59ea6456fd7e46b447162835de387757bb (diff) | |
| download | Tango-1e0bf3a26354f8a0f1e21990ec07706427a0761f.tar.gz Tango-1e0bf3a26354f8a0f1e21990ec07706427a0761f.zip | |
Some work on loading local mdf db using SqlLocalDb.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/packages.config')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/packages.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/packages.config b/Software/Visual_Studio/Tango.BL/packages.config index db3db2985..646a32393 100644 --- a/Software/Visual_Studio/Tango.BL/packages.config +++ b/Software/Visual_Studio/Tango.BL/packages.config @@ -3,4 +3,8 @@ <package id="EntityFramework" version="6.0.0" targetFramework="net46" /> <package id="Google.Protobuf" version="3.5.1" targetFramework="net46" /> <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net46" /> + <package id="System.Data.SQLite" version="1.0.106.0" targetFramework="net46" /> + <package id="System.Data.SQLite.Core" version="1.0.106.0" targetFramework="net46" /> + <package id="System.Data.SQLite.EF6" version="1.0.106.0" targetFramework="net46" /> + <package id="System.Data.SQLite.Linq" version="1.0.106.0" targetFramework="net46" /> </packages>
\ No newline at end of file |
