-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from microsoftgraph/dependabot/nuget/src/Micro…
…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
Showing
2 changed files
with
3,792 additions
and
760 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-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> |
Oops, something went wrong.