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

Update to new version of Azure.Indenity and make the reference conditional #7580

Merged
merged 2 commits into from
Sep 11, 2019

Conversation

pakrym
Copy link
Contributor

@pakrym pakrym commented Sep 11, 2019

No description provided.

@@ -30,10 +28,15 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" />
</ItemGroup>

<ItemGroup>
<!-- Include Azure.Identity reference based on the way we reference Azure.Core -->
<ItemGroup Condition="'$(UseProjectReferenceToAzureCore)'=='true'">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we currently have any other similar dependencies to Identity like this? If so should we generalize it like we did with Azure.Core?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this one is the only case. If anything appears I'll generalize.

@pakrym pakrym merged commit 3166083 into Azure:master Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants