We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec842c commit 865fc5cCopy full SHA for 865fc5c
1. Desktop app calls Web API/TodoListClient/TodoListClient.csproj
@@ -109,7 +109,7 @@
109
</ItemGroup>
110
<ItemGroup>
111
<PackageReference Include="Microsoft.Identity.Client">
112
- <Version>4.21.1</Version>
+ <Version>4.23.0</Version>
113
</PackageReference>
114
<PackageReference Include="Newtonsoft.Json">
115
<Version>11.0.2</Version>
2. Web API now calls Microsoft Graph/TodoListClient/TodoListClient.csproj
0 commit comments