Skip to content

Commit 157f26b

Browse files
authored
Updating to MSAL.NET 4.21.0 (#171)
1 parent b58da97 commit 157f26b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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.19.0</Version>
112+
<Version>4.21.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

Lines changed: 1 addition & 1 deletion
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.19.0</Version>
112+
<Version>4.21.0</Version>
113113
</PackageReference>
114114
<PackageReference Include="Newtonsoft.Json">
115115
<Version>11.0.2</Version>

4.-Console-app-calls-web-API-with-PoP/TodoListClient/TodoListClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</ItemGroup>
9595
<ItemGroup>
9696
<PackageReference Include="Microsoft.Identity.Client">
97-
<Version>4.19.0</Version>
97+
<Version>4.21.0</Version>
9898
</PackageReference>
9999
<PackageReference Include="Newtonsoft.Json">
100100
<Version>11.0.2</Version>

0 commit comments

Comments
 (0)