Skip to content

Commit 0aae4ec

Browse files
authored
Blazor WASM security package updates (#18402)
1 parent b63c08c commit 0aae4ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/security/blazor/webassembly/hosted-with-azure-active-directory-b2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The support for authenticating and authorizing calls to ASP.NET Core Web APIs is
127127

128128
```xml
129129
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI"
130-
Version="3.2.0" />
130+
Version="3.1.4" />
131131
```
132132

133133
### Authentication service support

aspnetcore/security/blazor/webassembly/hosted-with-azure-active-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The support for authenticating and authorizing calls to ASP.NET Core Web APIs is
115115

116116
```xml
117117
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI"
118-
Version="3.2.0" />
118+
Version="3.1.4" />
119119
```
120120

121121
### Authentication service support

0 commit comments

Comments
 (0)