Skip to content

Commit

Permalink
Raise versions of token package references in the Services package.
Browse files Browse the repository at this point in the history
  • Loading branch information
tusmester committed Jul 24, 2018
1 parent 5c4c76c commit 7c18830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Services/SenseNet.Services.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<tags>sensenet ecm ecms csp content platform</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="11.0.2" />
<dependency id="Microsoft.IdentityModel.Tokens" version="5.1.3" />
<dependency id="System.IdentityModel.Tokens.Jwt" version="5.1.3" />
<dependency id="Microsoft.IdentityModel.Tokens" version="5.2.4" />
<dependency id="System.IdentityModel.Tokens.Jwt" version="5.2.4" />
<dependency id="OpenPop.NET" version="2.0.6.1120" />
<dependency id="SenseNet.Tools" version="3.0.1" />
<dependency id="SenseNet.Search" version="2.0.0" />
Expand Down

0 comments on commit 7c18830

Please sign in to comment.