File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
1. Desktop app calls Web API/TodoListService
2. Web API now calls Microsoft Graph/TodoListService
3.-Web-api-call-Microsoft-graph-for-personal-accounts/TodoListService
4.-Console-app-calls-web-API-with-PoP/TodoListService Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.0.0-localbuild " />
10
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.0.0-preview " />
11
11
</ItemGroup >
12
12
</Project >
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.0.0-localbuild " />
14
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.0.0-preview " />
15
15
</ItemGroup >
16
16
17
17
</Project >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.0.0-localbuild " />
10
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.0.0-preview " />
11
11
</ItemGroup >
12
12
13
13
</Project >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.0.0-localbuild " />
10
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.0.0-preview " />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
Original file line number Diff line number Diff line change 83
83
<PackageReference Include =" Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version =" 3.1.0" />
84
84
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.1.3" />
85
85
<PackageReference Include =" Microsoft.Identity.Client" Version =" 4.10.0" />
86
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.0.0-localbuild " />
86
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 0. 1.0-preview " />
87
87
<PackageReference Include =" Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version =" 6.5.0" />
88
88
<PackageReference Include =" System.Collections" Version =" 4.3.0" />
89
89
<PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 6.5.0" />
You can’t perform that action at this time.
0 commit comments