File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 8
8
/Microsoft.Identity.Web /.vs
9
9
/Microsoft.Identity.Web /bin
10
10
/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
11
15
/1-WebApp-OIDC /1-1-MyOrg /.vs
12
16
/1-WebApp-OIDC /1-1-MyOrg /bin
13
17
/1-WebApp-OIDC /1-1-MyOrg /obj
114
118
/4-WebApp-your-API /Client /obj
115
119
/2-WebApp-graph-user /2-4-Sovereign-Call-MSGraph /bin
116
120
/2-WebApp-graph-user /2-4-Sovereign-Call-MSGraph /obj
117
- /Microsoft.Identity.Web.Test /obj
118
121
/4-WebApp-your-API /4-2-B2C /.vs
119
122
/4-WebApp-your-API /4-2-B2C /Client /obj
120
123
/4-WebApp-your-API /4-2-B2C /TodoListService /obj
Original file line number Diff line number Diff line change 56
56
<PackageReference Include =" Microsoft.AspNetCore.Authentication.AzureAD.UI" Version =" 3.0.0" />
57
57
<PackageReference Include =" Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version =" 3.0.0" />
58
58
<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 " />
60
60
</ItemGroup >
61
61
</Project >
You can’t perform that action at this time.
0 commit comments