Skip to content

Commit 8c97890

Browse files
authored
Merge pull request Azure-Samples#229 from Azure-Samples/jmprieur/IdWeb-1-25-9
Update to ID.Web 1.25.9
2 parents eb74a03 + 3e40080 commit 8c97890

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.25.3" />
10+
<PackageReference Include="Microsoft.Identity.Web" Version="1.25.9" />
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.25.3" />
14+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.25.9" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)