Skip to content

Commit 09aea10

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.66.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.66.0) Updates `System.Text.Json` from 8.0.5 to 6.0.10 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.5...v6.0.10) --- 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 9cdde8e commit 09aea10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MsGraphSamples.Services/MSGraphSamples.Services.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Azure.Identity" Version="1.12.1" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
14-
<PackageReference Include="Microsoft.Graph" Version="5.60.0" />
14+
<PackageReference Include="Microsoft.Graph" Version="5.66.0" />
1515
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)