Skip to content

Commit d894b62

Browse files
committed
update to 2.10
1 parent dcba094 commit d894b62

File tree

3 files changed

+4
-4
lines changed

3 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
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Identity.Client" Version="4.38.0" />
10+
<PackageReference Include="Microsoft.Identity.Client" Version="4.53.0" />
1111
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1212
</ItemGroup>
1313

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Identity.Web" Version="2.8.0" />
10+
<PackageReference Include="Microsoft.Identity.Web" Version="2.10.0" />
1111
</ItemGroup>
1212
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="2.8.0" />
15-
<PackageReference Include="Microsoft.Identity.Web" Version="2.8.0" />
14+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="2.10.0" />
15+
<PackageReference Include="Microsoft.Identity.Web" Version="2.10.0" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)