Skip to content

Commit 865fc5c

Browse files
authored
Update MSAL to 4.23.0. (#178)
1 parent 6ec842c commit 865fc5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1. Desktop app calls Web API/TodoListClient/TodoListClient.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</ItemGroup>
110110
<ItemGroup>
111111
<PackageReference Include="Microsoft.Identity.Client">
112-
<Version>4.21.1</Version>
112+
<Version>4.23.0</Version>
113113
</PackageReference>
114114
<PackageReference Include="Newtonsoft.Json">
115115
<Version>11.0.2</Version>

2. Web API now calls Microsoft Graph/TodoListClient/TodoListClient.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</ItemGroup>
110110
<ItemGroup>
111111
<PackageReference Include="Microsoft.Identity.Client">
112-
<Version>4.21.1</Version>
112+
<Version>4.23.0</Version>
113113
</PackageReference>
114114
<PackageReference Include="Newtonsoft.Json">
115115
<Version>11.0.2</Version>

0 commit comments

Comments
 (0)