File tree 3 files changed +4
-4
lines changed
1. Desktop app calls Web API/TodoListService
2. Web API now calls Microsoft Graph/TodoListService
4.-Console-app-calls-web-API-with-PoP/Microsoft.Identity.Web.Future
3 files changed +4
-4
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 " />
10
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 0.4.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 " />
15
- <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 1.0.0 " />
14
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 0.4.0-preview " />
15
+ <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 0.4.0-preview " />
16
16
</ItemGroup >
17
17
18
18
</Project >
Original file line number Diff line number Diff line change 41
41
</PropertyGroup >
42
42
43
43
<ItemGroup >
44
- <PackageReference Include =" Microsoft.Identity.Web" Version =" 1.0.0 " />
44
+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 0.4.0-preview " />
45
45
<PackageReference Include =" Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version =" 6.7.1" />
46
46
<PackageReference Include =" System.Collections" Version =" 4.3.0" />
47
47
<PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 6.7.1" />
You can’t perform that action at this time.
0 commit comments