Skip to content

Commit 5ac0a90

Browse files
Bump Microsoft.Graph from 5.74.0 to 5.76.0
Bumps [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) from 5.74.0 to 5.76.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.74.0...5.76.0) --- updated-dependencies: - dependency-name: Microsoft.Graph dependency-version: 5.76.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d843e0c commit 5ac0a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tests/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>
88
<PackageReference Include="coverlet.collector" Version="6.0.2" />
9-
<PackageReference Include="Microsoft.Graph" Version="5.74.0" />
9+
<PackageReference Include="Microsoft.Graph" Version="5.76.0" />
1010
<PackageReference Include="Microsoft.Identity.Client" Version="4.70.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1212
<PackageReference Include="xunit" Version="2.9.2" />

0 commit comments

Comments
 (0)