IdentityServer / IdentityServer3.AccessTokenValidation

OWIN Middleware to validate access tokens from IdentityServer3
Apache License 2.0
91 stars 149 forks source link

Adding Additional Constraint To Nuspec. https://github.com/IdentitySe… #135

Closed mickdelaney closed 7 years ago

mickdelaney commented 7 years ago

This pull request adds an additional nuget package constraint to the IdentityServer3.AccessTokenValidation nuspec.

Highlighted in this issue. https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation/issues/134

Additional Points:

This the simplest possible change, the only thing is, am i being too strict on System.IdentityModel.Tokens.Jwt version="4.0.2.206221351"

In VS nuget is prompting me that its safe to update to version 5.1.2 but i'm not really sure that's a good idea.

For now this certainly change will at least get the dependencies inline.

dnfclas commented 7 years ago

Hi @mickdelaney, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.

TTYL, DNFBOT;

leastprivilege commented 7 years ago

thanks - but please do that against the dev branch!

mickdelaney commented 7 years ago

sorry :-)