Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 9e2b478

Browse files
committed
Update core submodule
1 parent 471cd11 commit 9e2b478

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "msgraph-cli-core"]
22
path = msgraph-cli-core
33
url = https://github.com/microsoftgraph/msgraph-cli-core.git
4-
branch = chore/dependency_refactor
4+
branch = main

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"request": "launch",
3535
"preLaunchTask": "build",
3636
"program": "${workspaceFolder}/src/bin/Debug/net6.0/mgc.dll",
37-
"args": ["me", "get"],
37+
"args": ["me", "get", "--output", "TABLE"],
3838
"cwd": "${workspaceFolder}/src",
3939
"envFile": "${workspaceFolder}/src/.env",
4040
"console": "internalConsole",

0 commit comments

Comments
 (0)