Skip to content

Commit b940672

Browse files
authored
Update to MSAL.NET 4.8.2 (#295)
1 parent 4c82e08 commit b940672

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
/Microsoft.Identity.Web/.vs
99
/Microsoft.Identity.Web/bin
1010
/Microsoft.Identity.Web/obj
11+
/Microsoft.Identity.Web.UI/bin
12+
/Microsoft.Identity.Web.UI/obj
13+
/Microsoft.Identity.Web.Test/bin
14+
/Microsoft.Identity.Web.Test/obj
1115
/1-WebApp-OIDC/1-1-MyOrg/.vs
1216
/1-WebApp-OIDC/1-1-MyOrg/bin
1317
/1-WebApp-OIDC/1-1-MyOrg/obj
@@ -114,7 +118,6 @@
114118
/4-WebApp-your-API/Client/obj
115119
/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/bin
116120
/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph/obj
117-
/Microsoft.Identity.Web.Test/obj
118121
/4-WebApp-your-API/4-2-B2C/.vs
119122
/4-WebApp-your-API/4-2-B2C/Client/obj
120123
/4-WebApp-your-API/4-2-B2C/TodoListService/obj

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="3.0.0" />
5757
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version="3.0.0" />
5858
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.1" />
59-
<PackageReference Include="Microsoft.Identity.Client" Version="4.8.1" />
59+
<PackageReference Include="Microsoft.Identity.Client" Version="4.8.2" />
6060
</ItemGroup>
6161
</Project>

0 commit comments

Comments
 (0)