-
Notifications
You must be signed in to change notification settings - Fork 294
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
Update Azure.Identity to 1.6.0. #1601
Comments
@AraHaan This is in our radar. We have recently updated the version, but the latest version will be used when Net6 support is added. |
So I can basically add it in my PR that basically removes the needless dependencies. Speaking of that PR, VS seems to be having issues with it as well for some reason. |
we will do some testing and if everything works as expected we will upgrade the version in our next preview release. |
I experimented with it in my pr to remove some dependencies and it compiles fine with the updated packages. I even pushed them to that PR as well. Feel free to cherry-pick the dependency update commit from that pr if needed. |
Ignore my comment. I saw that is a separate PR. |
I added a comment in the merged PR #1611 , regarding the Microsoft.IdentityModel.* dependency i.e. upgrading from 6.8.0 to 6.18.0, where it succeeded in the netcore project but failed on netfx project because the nuget package |
@lcheunglci and @AraHaan the issue with the feed should be fixed now. It is added to the public feed. |
Closing this as done in PR #1611 |
@JRahnama, @lcheunglci was the followup pr created for the other Microsoft.IdentityModel.* dependencies? |
I have a branch with the change for the upgrade, I'll open a PR shortly. |
Azure.Identity's latest version is 1.6.0 but there is plans for some work for it to remove some more dependencies with it adding an .NET 6 TFM for it so it can require less packages which would be great for everyone using SqlClient directly or indirectly from efcore.
The text was updated successfully, but these errors were encountered: