Skip to content

Commit ec4f613

Browse files
committed
hotfix the AzureAD.UI versions: a lot of projects/folders are still in 3.0.0
1 parent 8c13f7f commit ec4f613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Identity.Web/Microsoft.Identity.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
</PropertyGroup>
5454

5555
<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" />
56+
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="3.0.0" />
57+
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version="3.0.0" />
5858
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.1" />
5959
<PackageReference Include="Microsoft.Identity.Client" Version="4.8.1" />
6060
</ItemGroup>

0 commit comments

Comments
 (0)