Skip to content

Commit

Permalink
[TestFramework] Downgrade Azure.Identity for maximum compat (#18153)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Jan 23, 2021
1 parent 103028a commit 0f409d2
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" />
<!--
Test framework should depend on lowest version of Azure.Identity for maximum compatibility, allowing test
projects to choose a higher version if desired.
-->
<PackageReference Include="Azure.Identity" VersionOverride="1.0.0" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
Expand Down

0 comments on commit 0f409d2

Please sign in to comment.