Skip to content

Commit f1e70af

Browse files
authored
Fix build when UseProjectReferenceToAzureClients=true (Azure#49568)
1 parent 9f8f6ee commit f1e70af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/identity/Azure.Identity.Broker/src/Azure.Identity.Broker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<PackageReference Include="Azure.Identity" VersionOverride="1.14.0-beta.3" />
17-
<PackageReference Include="Microsoft.Identity.Client" />
17+
<PackageReference Include="Microsoft.Identity.Client" VersionOverride="4.71.1-preview" />
1818
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" />
1919
<PackageReference Include="Microsoft.Identity.Client.Broker" />
2020
</ItemGroup>

0 commit comments

Comments
 (0)