Skip to content

Commit f09ff42

Browse files
authored
Merge pull request #263 from Azure-Samples/jennyf/Idweb2.19.1
udpate Idweb
2 parents 3eb1776 + fbf413b commit f09ff42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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="2.19.0" />
10+
<PackageReference Include="Microsoft.Identity.Web" Version="2.19.1" />
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.19.0" />
15-
<PackageReference Include="Microsoft.Identity.Web" Version="2.19.0" />
14+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="2.19.1" />
15+
<PackageReference Include="Microsoft.Identity.Web" Version="2.19.1" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)