This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Commit eb5a968
authored
Bump msgraph-cli-core from
Bumps [msgraph-cli-core](https://github.com/microsoftgraph/msgraph-cli-core) from `3d33676` to `2e736f4`.
- [Release notes](https://github.com/microsoftgraph/msgraph-cli-core/releases)
- [Commits](microsoftgraph/msgraph-cli-core@3d33676...2e736f4)
---
updated-dependencies:
- dependency-name: msgraph-cli-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>3d33676 to 2e736f4
1 parent f1e0b8b commit eb5a968
1 file changed
+1
-1
lines changedSubmodule msgraph-cli-core updated 15 files
- .github/workflows/test-project.yml+31
- .gitignore+1-1
- .vscode/settings.json+2
- msgraph-cli-core.sln+34
- src/Microsoft.Graph.Cli.Core.Tests/IO/JsonOutputFormatterTest.cs+42
- src/Microsoft.Graph.Cli.Core.Tests/IO/OutputFormatterFactoryTest.cs+54
- src/Microsoft.Graph.Cli.Core.Tests/IO/TableOutputFormatterTest.cs+69
- src/Microsoft.Graph.Cli.Core.Tests/Microsoft.Graph.Cli.Core.Tests.csproj+29
- src/Microsoft.Graph.Cli.Core/Authentication/AuthenticationServiceFactory.cs+1
- src/Microsoft.Graph.Cli.Core/IO/FormatterType.cs+8
- src/Microsoft.Graph.Cli.Core/IO/IOutputFormatter.cs+10
- src/Microsoft.Graph.Cli.Core/IO/JsonOutputFormatter.cs+18
- src/Microsoft.Graph.Cli.Core/IO/OutputFormatterFactory.cs+40
- src/Microsoft.Graph.Cli.Core/IO/TableOutputFormatter.cs+126
- src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj+1
0 commit comments