Skip to content

Commit d924f4f

Browse files
authored
update graph sdk (#896)
1 parent f3d0fb5 commit d924f4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.Identity.Web.MicrosoftGraph/Microsoft.Identity.Web.MicrosoftGraph.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</ItemGroup>
5555

5656
<ItemGroup>
57-
<PackageReference Include="Microsoft.Graph" Version="3.18.0" />
57+
<PackageReference Include="Microsoft.Graph" Version="3.22.0" />
5858
</ItemGroup>
5959

6060
<ItemGroup>

src/Microsoft.Identity.Web.MicrosoftGraphBeta/Microsoft.Identity.Web.MicrosoftGraphBeta.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</ItemGroup>
6262

6363
<ItemGroup>
64-
<PackageReference Include="Microsoft.Graph.Beta" Version="0.35.0-preview" />
64+
<PackageReference Include="Microsoft.Graph.Beta" Version="0.36.0-preview" />
6565
</ItemGroup>
6666

6767
<ItemGroup>

0 commit comments

Comments
 (0)