Skip to content

Commit df513b3

Browse files
committed
update to 4.6
1 parent 1542828 commit df513b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5.1</Version>
112+
<Version>4.6.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.5.1" />
60+
<PackageReference Include="Microsoft.Identity.Client" Version="4.6.0" />
6161
</ItemGroup>
6262
</Project>

0 commit comments

Comments
 (0)