diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-02-24 16:51:04 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-02-24 16:51:04 +0200 |
| commit | efde98a69746f41c1055858142b1935955d82fb0 (patch) | |
| tree | 6b317f70d8f0f89acd71529e3ca82c502b47475f /Software/Visual_Studio/Tango.BL/packages.config | |
| parent | ddf4a6b20db496a512d4fe8ccd56c1ec7fed104a (diff) | |
| download | Tango-efde98a69746f41c1055858142b1935955d82fb0.tar.gz Tango-efde98a69746f41c1055858142b1935955d82fb0.zip | |
Implemented job runs reset on factory restore.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/packages.config')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/packages.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/packages.config b/Software/Visual_Studio/Tango.BL/packages.config index 0811e4b17..cc907bc5d 100644 --- a/Software/Visual_Studio/Tango.BL/packages.config +++ b/Software/Visual_Studio/Tango.BL/packages.config @@ -9,4 +9,7 @@ <package id="System.Data.SQLite.Core" version="1.0.108.0" targetFramework="net46" /> <package id="System.Data.SQLite.EF6" version="1.0.108.0" targetFramework="net46" /> <package id="System.Data.SQLite.Linq" version="1.0.108.0" targetFramework="net46" /> + <package id="Z.EntityFramework.Extensions" version="4.0.50" targetFramework="net461" /> + <package id="Z.EntityFramework.Plus.EF6" version="1.12.13" targetFramework="net461" /> + <package id="Z.Expressions.Eval" version="3.1.5" targetFramework="net461" /> </packages>
\ No newline at end of file |
