We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9410cc + ec75813 commit 04d182bCopy full SHA for 04d182b
1. Desktop app calls Web API/TodoListService/TodoListService.csproj
@@ -7,6 +7,6 @@
7
</PropertyGroup>
8
9
<ItemGroup>
10
- <PackageReference Include="Microsoft.Identity.Web" Version="1.3.0" />
+ <PackageReference Include="Microsoft.Identity.Web" Version="1.4.0" />
11
</ItemGroup>
12
</Project>
2. Web API now calls Microsoft Graph/TodoListService/TodoListService.csproj
@@ -11,8 +11,8 @@
13
14
15
- <PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.3.0" />
+ <PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.4.0" />
16
17
18
0 commit comments