Skip to content

Commit 38738d6

Browse files
committed
Merge branch 'main' into dependabot/nuget/GraphMAUI/Microsoft.Graph-5.36.0
2 parents 0b679ef + fad2297 commit 38738d6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20+
- name: Setup JDK
21+
uses: actions/setup-java@v3
22+
with:
23+
java-version: '17'
24+
distribution: 'temurin'
2025
- name: Setup .NET
21-
uses: actions/setup-dotnet@v3
26+
uses: actions/setup-dotnet@v4
2227
with:
2328
dotnet-version: 7.0.x
2429
- name: Install workloads

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ page_type: sample
33
description: This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from .NET MAUI apps.
44
products:
55
- ms-graph
6-
- microsoft-graph-calendar-api
76
- office-exchange-online
87
languages:
98
- csharp

0 commit comments

Comments
 (0)