Skip to content

Commit 0b90c49

Browse files
committed
bump version
1 parent 627d3e1 commit 0b90c49

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

1818
</Project>

0 commit comments

Comments
 (0)