Skip to content

Commit

Permalink
Merge pull request #80 from microsoftgraph/dependabot/nuget/src/Micro…
Browse files Browse the repository at this point in the history
…soft.Graph.Cli.Core-1.2.2

chore(deps): bump Microsoft.Graph.Cli.Core from 1.2.1 to 1.2.2 in /src
  • Loading branch information
github-actions[bot] authored Jul 31, 2024
2 parents 35035ce + 074fed7 commit 826e7ad
Show file tree
Hide file tree
Showing 2 changed files with 3,792 additions and 760 deletions.
136 changes: 68 additions & 68 deletions src/msgraph-beta-cli.csproj
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-beta</AssemblyName>
<Version>0.2.3</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 Beta CLI 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 Beta CLI tool</AssemblyTitle>
<PackAsTool>true</PackAsTool>
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
<PackageProjectUrl>https://github.com/microsoftgraph/msgraph-beta-cli</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<ToolCommandName>mgc-beta</ToolCommandName>
<Authors>Microsoft</Authors>
<Company>Microsoft</Company>
<PackageId>Microsoft.Graph.Beta.Cli</PackageId>
<PackageOutputPath>./nupkg</PackageOutputPath>
<Deterministic>true</Deterministic>
<AssemblyOriginatorKeyFile>../35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
<SignAssembly>false</SignAssembly>
<DelaySign>false</DelaySign>

<PackageReleaseNotes>
https://github.com/microsoftgraph/msgraph-beta-cli/releases
</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/microsoftgraph/msgraph-beta-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.1"/>
<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-beta</AssemblyName>
<Version>0.2.3</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 Beta CLI 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 Beta CLI tool</AssemblyTitle>
<PackAsTool>true</PackAsTool>
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
<PackageProjectUrl>https://github.com/microsoftgraph/msgraph-beta-cli</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<ToolCommandName>mgc-beta</ToolCommandName>
<Authors>Microsoft</Authors>
<Company>Microsoft</Company>
<PackageId>Microsoft.Graph.Beta.Cli</PackageId>
<PackageOutputPath>./nupkg</PackageOutputPath>
<Deterministic>true</Deterministic>
<AssemblyOriginatorKeyFile>../35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
<SignAssembly>false</SignAssembly>
<DelaySign>false</DelaySign>

<PackageReleaseNotes>
https://github.com/microsoftgraph/msgraph-beta-cli/releases
</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/microsoftgraph/msgraph-beta-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>
Loading

0 comments on commit 826e7ad

Please sign in to comment.