File tree Expand file tree Collapse file tree 3 files changed +4
-3
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 Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.Identity.Web" Version =" 0.3 .0-preview" />
10+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 0.4 .0-preview" />
1111 </ItemGroup >
1212</Project >
Original file line number Diff line number Diff line change 1111 </ItemGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Microsoft.Identity.Web" Version =" 0.3.0-preview" />
14+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 0.4.0-preview" />
15+ <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 0.4.0-preview" />
1516 </ItemGroup >
1617
1718</Project >
Original file line number Diff line number Diff line change 4141 </PropertyGroup >
4242
4343 <ItemGroup >
44- <PackageReference Include =" Microsoft.Identity.Web" Version =" 0.3 .0-preview" />
44+ <PackageReference Include =" Microsoft.Identity.Web" Version =" 0.4 .0-preview" />
4545 <PackageReference Include =" Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version =" 6.7.1" />
4646 <PackageReference Include =" System.Collections" Version =" 4.3.0" />
4747 <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 6.7.1" />
You can’t perform that action at this time.
0 commit comments