Skip to content

Commit 6a8a98a

Browse files
authored
Merge branch 'main' into dependabot/nuget/app-auth/GraphAppOnlyTutorial/Microsoft.Graph-5.77.0
2 parents 0cb796e + 1338e2f commit 6a8a98a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Dependabot metadata
2121
id: metadata
22-
uses: dependabot/fetch-metadata@v2.3.0
22+
uses: dependabot/fetch-metadata@v2.4.0
2323
with:
2424
github-token: "${{ secrets.GITHUB_TOKEN }}"
2525

user-auth/GraphTutorial/GraphTutorial.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
2020
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
2121
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
22-
<PackageReference Include="Microsoft.Graph" Version="5.76.0" />
22+
<PackageReference Include="Microsoft.Graph" Version="5.77.0" />
2323
</ItemGroup>
2424

2525
</Project>

0 commit comments

Comments
 (0)