We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c13f7f commit ec4f613Copy full SHA for ec4f613
Microsoft.Identity.Web/Microsoft.Identity.Web.csproj
@@ -53,8 +53,8 @@
53
</PropertyGroup>
54
55
<ItemGroup>
56
- <PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="3.1.0" />
57
- <PackageReference Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version="3.1.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="3.0.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version="3.0.0" />
58
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.1" />
59
<PackageReference Include="Microsoft.Identity.Client" Version="4.8.1" />
60
</ItemGroup>
0 commit comments