Skip to content

Commit bf0b4f8

Browse files
committed
update to 1.25.1
1 parent 00f4c68 commit bf0b4f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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="1.24.0" />
10+
<PackageReference Include="Microsoft.Identity.Web" Version="1.25.1" />
1111
</ItemGroup>
1212
</Project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.24.0" />
14+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.25.1" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)