We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b679ef + fad2297 commit 38738d6Copy full SHA for 38738d6
2 files changed
.github/workflows/dotnet.yml
@@ -17,8 +17,13 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v4
20
+ - name: Setup JDK
21
+ uses: actions/setup-java@v3
22
+ with:
23
+ java-version: '17'
24
+ distribution: 'temurin'
25
- name: Setup .NET
- uses: actions/setup-dotnet@v3
26
+ uses: actions/setup-dotnet@v4
27
with:
28
dotnet-version: 7.0.x
29
- name: Install workloads
README.md
@@ -3,7 +3,6 @@ page_type: sample
3
description: This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from .NET MAUI apps.
4
products:
5
- ms-graph
6
-- microsoft-graph-calendar-api
7
- office-exchange-online
8
languages:
9
- csharp
0 commit comments