Skip to content

Commit 9c94050

Browse files
authored
Update create-community-from-app-only-e2-csharp-snippets.md
Dependency adjustments.
1 parent cc30f1d commit 9c94050

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

api-reference/beta/includes/snippets/csharp/create-community-from-app-only-e2-csharp-snippets.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ description: "Automatically generated file. DO NOT MODIFY"
77
// Code snippets are only available for the latest version. Current version is 5.x
88
99
// Dependencies
10-
using Microsoft.Graph.Beta.Models;
10+
using Microsoft.Graph;
11+
using Microsoft.Graph.Models;
12+
1113

1214
var requestBody = new Community
1315
{
@@ -29,4 +31,4 @@ var requestBody = new Community
2931
var result = await graphClient.EmployeeExperience.Communities.PostAsync(requestBody);
3032

3133

32-
```
34+
```

0 commit comments

Comments
 (0)