Skip to content

Commit c88f2b3

Browse files
Bump Microsoft.Graph and System.Text.Json
Bumps [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Graph` from 5.60.0 to 5.62.0 - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-dotnet/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/main/CHANGELOG.md) - [Commits](microsoftgraph/msgraph-sdk-dotnet@5.60.0...5.62.0) Updates `System.Text.Json` from 8.0.5 to 6.0.9 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.5...v6.0.9) --- updated-dependencies: - dependency-name: Microsoft.Graph dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fbb6ec commit c88f2b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MsGraphSamples.WPF/MsGraphSamples.WPF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ItemGroup>
2020
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
2121
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
22-
<PackageReference Include="Microsoft.Graph" Version="5.60.0" />
22+
<PackageReference Include="Microsoft.Graph" Version="5.62.0" />
2323
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
2424
</ItemGroup>
2525

MsGraphSamples.WinUI/MsGraphSamples.WinUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="CommunityToolkit.WinUI.Converters" Version="8.1.240916" />
3535
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.DataGrid" Version="7.1.2" />
3636
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
37-
<PackageReference Include="Microsoft.Graph" Version="5.60.0" />
37+
<PackageReference Include="Microsoft.Graph" Version="5.62.0" />
3838
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240923002" />
3939
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
4040
<PackageReference Include="System.Text.Json" Version="8.0.5" />

0 commit comments

Comments
 (0)