Skip to content

Commit 66786b0

Browse files
authored
Merge pull request #101 from Azure-Samples/jmprieur/updateMsal440
[Dd not merge until 4.4.0 is released] Update the sample to MSAL.NET 4.4.0
2 parents 6686ab6 + 5c7714d commit 66786b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3.1</Version>
112+
<Version>4.4.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.3.1</Version>
112+
<Version>4.4.0</Version>
113113
</PackageReference>
114114
<PackageReference Include="Newtonsoft.Json">
115115
<Version>11.0.2</Version>

3.-Web-api-call-Microsoft-graph-for-personal-accounts/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.3.1</Version>
112+
<Version>4.4.0</Version>
113113
</PackageReference>
114114
<PackageReference Include="Newtonsoft.Json">
115115
<Version>11.0.2</Version>

Microsoft.Identity.Web/Microsoft.Identity.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="2.2.0" />
5858
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version="2.2.0" />
5959
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
60-
<PackageReference Include="Microsoft.Identity.Client" Version="4.3.1" />
60+
<PackageReference Include="Microsoft.Identity.Client" Version="4.4.0" />
6161
</ItemGroup>
6262
</Project>

0 commit comments

Comments
 (0)