diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-06-05 13:55:43 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-06-05 13:55:43 +0300 |
| commit | c56ad2e3a5b082b631305b14f3b73bdf9c5f033a (patch) | |
| tree | 629cc3a9d58b1119090f331d3cff7e5a90cf7f37 /Software/Visual_Studio/Tango.Core/packages.config | |
| parent | 0b9b136140b224a0b885942ee5aef674744aef4f (diff) | |
| download | Tango-c56ad2e3a5b082b631305b14f3b73bdf9c5f033a.tar.gz Tango-c56ad2e3a5b082b631305b14f3b73bdf9c5f033a.zip | |
Upgraded ActiveDirectory libraries to newest version.
Refactored Tango.Web to use the new AD API.
Diffstat (limited to 'Software/Visual_Studio/Tango.Core/packages.config')
| -rw-r--r-- | Software/Visual_Studio/Tango.Core/packages.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Core/packages.config b/Software/Visual_Studio/Tango.Core/packages.config index 28c0e4b9c..d7691338d 100644 --- a/Software/Visual_Studio/Tango.Core/packages.config +++ b/Software/Visual_Studio/Tango.Core/packages.config @@ -3,7 +3,7 @@ <package id="CommonServiceLocator" version="1.3" targetFramework="net46" /> <package id="EntityFramework" version="6.2.0" targetFramework="net461" /> <package id="Google.Protobuf" version="3.4.1" targetFramework="net46" /> - <package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="3.19.8" targetFramework="net472" /> + <package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="5.0.5" targetFramework="net461" /> <package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" /> <package id="SimpleValidator" version="0.6.1.0" targetFramework="net46" /> <package id="System.Data.SQLite" version="1.0.108.0" targetFramework="net472" /> |
