Skip to content

Commit da9dafc

Browse files
committed
set the right version range for System.IdentityModel.Tokes.Jwt in builder nuspec #1264
1 parent 3b680e9 commit da9dafc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CSharp/Library/Microsoft.Bot.Builder.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency id="Microsoft.AspNet.WebAPI.Core" version="5.2.3" />
2828
<dependency id="Microsoft.Rest.ClientRuntime" version="2.3.2" />
2929
<dependency id="Newtonsoft.Json" version="8.0.3" />
30-
<dependency id="System.IdentityModel.Tokens.Jwt" version="4.0.2.206221351" />
30+
<dependency id="System.IdentityModel.Tokens.Jwt" version="[4.0.2.206221351,5.0)" />
3131
<dependency id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.2.206221351" />
3232
</dependencies>
3333
</metadata>

CSharp/Library/Microsoft.Bot.Connector/Microsoft.Bot.Connector.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
1515
<dependency id="Microsoft.Rest.ClientRuntime" version="2.3.2" />
1616
<dependency id="Newtonsoft.Json" version="8.0.3" />
17-
<dependency id="System.IdentityModel.Tokens.Jwt" version="4.0.2.206221351" />
17+
<dependency id="System.IdentityModel.Tokens.Jwt" version="[4.0.2.206221351,5.0)" />
1818
<dependency id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.2.206221351" />
1919
</dependencies>
2020
</metadata>

0 commit comments

Comments
 (0)