Skip to content

Commit c73e6e8

Browse files
authored
Update to MSAL.NET 4.5 (#194)
* Update to MSAL.NET 4.5 * Updating to MSAL 4.5.1
1 parent fca9cdd commit c73e6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="2.2.0" />
5858
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version="2.2.0" />
5959
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
60-
<PackageReference Include="Microsoft.Identity.Client" Version="4.3.1" />
60+
<PackageReference Include="Microsoft.Identity.Client" Version="4.5.1" />
6161
</ItemGroup>
6262
</Project>

0 commit comments

Comments
 (0)