-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump Microsoft.Extensions.Configuration.Json in /src
Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
429675d
commit 25a6a2b
Showing
2 changed files
with
75 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,68 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<RootNamespace>Microsoft.Graph.Cli</RootNamespace> | ||
<ImplicitUsings>disable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<AssemblyName>mgc</AssemblyName> | ||
<Version>1.9.0</Version> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PublishSingleFile>false</PublishSingleFile> | ||
<SelfContained>false</SelfContained> | ||
<PublishReadyToRun>false</PublishReadyToRun> | ||
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers> | ||
<PublishAot>false</PublishAot> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Description> | ||
Microsoft Graph CLI SDK provides convenient methods to access Microsoft | ||
Graph capabilities using a simplistic command line interface experience on any operating | ||
system and any shell. | ||
</Description> | ||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright> | ||
<AssemblyTitle>Microsoft Graph CLI tool</AssemblyTitle> | ||
<PackAsTool>true</PackAsTool> | ||
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl> | ||
<PackageProjectUrl>https://github.com/microsoftgraph/msgraph-cli</PackageProjectUrl> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<ToolCommandName>mgc</ToolCommandName> | ||
<Authors>Microsoft</Authors> | ||
<Company>Microsoft</Company> | ||
<PackageId>Microsoft.Graph.Cli</PackageId> | ||
<PackageOutputPath>./nupkg</PackageOutputPath> | ||
<Deterministic>true</Deterministic> | ||
<AssemblyOriginatorKeyFile>../35MSSharedLib1024.snk</AssemblyOriginatorKeyFile> | ||
<SignAssembly>false</SignAssembly> | ||
<DelaySign>false</DelaySign> | ||
|
||
<PackageReleaseNotes> | ||
https://github.com/microsoftgraph/msgraph-cli/releases | ||
</PackageReleaseNotes> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<RepositoryUrl>https://github.com/microsoftgraph/msgraph-cli</RepositoryUrl> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<DefaultExcludesInProjectFolder>$(DefaultItemExcludes);**/*.sample.*</DefaultExcludesInProjectFolder> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0"/> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0"/> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0"/> | ||
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="1.2.2"/> | ||
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="../LICENSE" Pack="true" PackagePath=""/> | ||
<None Include="../README.md" Pack="true" PackagePath=""/> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<RootNamespace>Microsoft.Graph.Cli</RootNamespace> | ||
<ImplicitUsings>disable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<AssemblyName>mgc</AssemblyName> | ||
<Version>1.9.0</Version> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PublishSingleFile>false</PublishSingleFile> | ||
<SelfContained>false</SelfContained> | ||
<PublishReadyToRun>false</PublishReadyToRun> | ||
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers> | ||
<PublishAot>false</PublishAot> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Description> | ||
Microsoft Graph CLI SDK provides convenient methods to access Microsoft | ||
Graph capabilities using a simplistic command line interface experience on any operating | ||
system and any shell. | ||
</Description> | ||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright> | ||
<AssemblyTitle>Microsoft Graph CLI tool</AssemblyTitle> | ||
<PackAsTool>true</PackAsTool> | ||
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl> | ||
<PackageProjectUrl>https://github.com/microsoftgraph/msgraph-cli</PackageProjectUrl> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<ToolCommandName>mgc</ToolCommandName> | ||
<Authors>Microsoft</Authors> | ||
<Company>Microsoft</Company> | ||
<PackageId>Microsoft.Graph.Cli</PackageId> | ||
<PackageOutputPath>./nupkg</PackageOutputPath> | ||
<Deterministic>true</Deterministic> | ||
<AssemblyOriginatorKeyFile>../35MSSharedLib1024.snk</AssemblyOriginatorKeyFile> | ||
<SignAssembly>false</SignAssembly> | ||
<DelaySign>false</DelaySign> | ||
|
||
<PackageReleaseNotes> | ||
https://github.com/microsoftgraph/msgraph-cli/releases | ||
</PackageReleaseNotes> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<RepositoryUrl>https://github.com/microsoftgraph/msgraph-cli</RepositoryUrl> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<DefaultExcludesInProjectFolder>$(DefaultItemExcludes);**/*.sample.*</DefaultExcludesInProjectFolder> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0"/> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1"/> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0"/> | ||
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="1.2.2"/> | ||
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="../LICENSE" Pack="true" PackagePath=""/> | ||
<None Include="../README.md" Pack="true" PackagePath=""/> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters