Skip to content

Commit

Permalink
set the right version range for System.IdentityModel.Tokes.Jwt in bui…
Browse files Browse the repository at this point in the history
…lder nuspec #1264
  • Loading branch information
msft-shahins committed Oct 20, 2016
1 parent 3b680e9 commit da9dafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CSharp/Library/Microsoft.Bot.Builder.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency id="Microsoft.AspNet.WebAPI.Core" version="5.2.3" />
<dependency id="Microsoft.Rest.ClientRuntime" version="2.3.2" />
<dependency id="Newtonsoft.Json" version="8.0.3" />
<dependency id="System.IdentityModel.Tokens.Jwt" version="4.0.2.206221351" />
<dependency id="System.IdentityModel.Tokens.Jwt" version="[4.0.2.206221351,5.0)" />
<dependency id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.2.206221351" />
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
<dependency id="Microsoft.Rest.ClientRuntime" version="2.3.2" />
<dependency id="Newtonsoft.Json" version="8.0.3" />
<dependency id="System.IdentityModel.Tokens.Jwt" version="4.0.2.206221351" />
<dependency id="System.IdentityModel.Tokens.Jwt" version="[4.0.2.206221351,5.0)" />
<dependency id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.2.206221351" />
</dependencies>
</metadata>
Expand Down

0 comments on commit da9dafc

Please sign in to comment.