Skip to content

Commit b106d9a

Browse files
authored
update graph sdks (#1196)
1 parent 3d528d7 commit b106d9a

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.30.0" />
57+
<PackageReference Include="Microsoft.Graph" Version="3.32.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.44.0-preview" />
64+
<PackageReference Include="Microsoft.Graph.Beta" Version="0.46.0-preview" />
6565
</ItemGroup>
6666

6767
<ItemGroup>

0 commit comments

Comments
 (0)