diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-04-18 14:02:16 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-04-18 14:02:16 +0300 |
| commit | 30dbc28131a53925dd8cb17f3ca3e84922f0cb3d (patch) | |
| tree | abca85e201dd9a90a824dd243d5bd32be12de4c8 /Software/Visual_Studio/Tango.UnitTesting/packages.config | |
| parent | 1356c4682507fe3c7bdfebc7316fcad1b67594a1 (diff) | |
| download | Tango-30dbc28131a53925dd8cb17f3ca3e84922f0cb3d.tar.gz Tango-30dbc28131a53925dd8cb17f3ca3e84922f0cb3d.zip | |
Started working on UI automation testing!
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/packages.config')
| -rw-r--r-- | Software/Visual_Studio/Tango.UnitTesting/packages.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/packages.config b/Software/Visual_Studio/Tango.UnitTesting/packages.config index f12b118a3..7df5dedbd 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/packages.config +++ b/Software/Visual_Studio/Tango.UnitTesting/packages.config @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <packages> + <package id="Castle.Core" version="3.3.0" targetFramework="net46" /> <package id="EntityFramework" version="6.0.0" targetFramework="net46" /> <package id="Google.Protobuf" version="3.4.1" targetFramework="net46" /> <package id="MSTest.TestAdapter" version="1.1.11" targetFramework="net45" /> @@ -9,4 +10,5 @@ <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" /> + <package id="TestStack.White" version="0.13.3" targetFramework="net46" /> </packages>
\ No newline at end of file |
