Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Microsoft.IdentityModel.Clients.ActiveDirectory > 4.0.0 #22

Closed
CasperWSchmidt opened this issue Oct 31, 2019 · 2 comments
Closed
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed
Milestone

Comments

@CasperWSchmidt
Copy link

I'm trying to use my own NuGet package wrapping this nice plugin in a Windows Service (.Net framework 4.7.2), but get the following error:
Unable to find a version of 'Microsoft.IdentityModel.Clients.ActiveDirectory' that is compatible with 'ServiceBus.AttachmentPlugin.KeyVaultProvider 2.0.0 constraint: Microsoft.IdentityModel.Clients.ActiveDirectory (>= 3.19.2 && 4.0.0)'.

I have version 5.2.3 of Microsoft.IdentityModel.Clients.ActiveDirectory installed and the lowest version I can pick is 4.4.1. It is installed because it is a dependency for Microsoft.Azure.Services.AppAuthentication (version 1.3.1) which is again a dependency for Microsoft.Azure.ServiceBus version 4.0.0.

@SeanFeldman
Copy link
Owner

Will update.

@SeanFeldman SeanFeldman added dependencies Pull requests that update a dependency file help wanted Extra attention is needed labels Nov 4, 2019
@SeanFeldman SeanFeldman added this to the 2.1.0 milestone Nov 4, 2019
SeanFeldman added a commit that referenced this issue Nov 12, 2019
Bump Microsoft.IdentityModel.Clients.ActiveDirectory to 5.2.4
SeanFeldman added a commit that referenced this issue Nov 12, 2019
Bump Microsoft.IdentityModel.Clients.ActiveDirectory to 5.2.4
SeanFeldman added a commit that referenced this issue Nov 12, 2019
* Updated NuGet deployment key

* Use ASB environment connection string with underscore

* Bump Microsoft.NET.Test.Sdk to 16.4.0

* Fix #22

Bump Microsoft.IdentityModel.Clients.ActiveDirectory to 5.2.4

* Bump System.Net.Http to 4.3.4

* Update local MSI instructions
@SeanFeldman
Copy link
Owner

Closed via bf1cfbb

SeanFeldman added a commit that referenced this issue Nov 12, 2019
* Updated NuGet deployment key

* Use ASB environment connection string with underscore

* Bump Microsoft.NET.Test.Sdk to 16.4.0

* Fix #22

Bump Microsoft.IdentityModel.Clients.ActiveDirectory to 5.2.4

* Bump System.Net.Http to 4.3.4

* Update local MSI instructions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants