We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb1776 commit fbf413bCopy full SHA for fbf413b
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="2.19.0" />
+<PackageReference Include="Microsoft.Identity.Web" Version="2.19.1" />
11
</ItemGroup>
12
</Project>
2. Web API now calls Microsoft Graph/TodoListService/TodoListService.csproj
@@ -11,8 +11,8 @@
13
14
-<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="2.19.0" />
15
+<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="2.19.1" />
16
17
18
0 commit comments