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

Commit bffc1c9

Browse files
committed
chore: update package lock file
1 parent b3a9aa2 commit bffc1c9

File tree

2 files changed

+3792
-760
lines changed

2 files changed

+3792
-760
lines changed

src/msgraph-cli.csproj

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
6-
<RootNamespace>Microsoft.Graph.Cli</RootNamespace>
7-
<ImplicitUsings>disable</ImplicitUsings>
8-
<Nullable>enable</Nullable>
9-
<AssemblyName>mgc</AssemblyName>
10-
<Version>1.9.0</Version>
11-
</PropertyGroup>
12-
13-
<PropertyGroup>
14-
<PublishSingleFile>false</PublishSingleFile>
15-
<SelfContained>false</SelfContained>
16-
<PublishReadyToRun>false</PublishReadyToRun>
17-
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers>
18-
<PublishAot>false</PublishAot>
19-
</PropertyGroup>
20-
21-
<PropertyGroup>
22-
<Description>
23-
Microsoft Graph CLI SDK provides convenient methods to access Microsoft
24-
Graph capabilities using a simplistic command line interface experience on any operating
25-
system and any shell.
26-
</Description>
27-
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
28-
<AssemblyTitle>Microsoft Graph CLI tool</AssemblyTitle>
29-
<PackAsTool>true</PackAsTool>
30-
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
31-
<PackageProjectUrl>https://github.com/microsoftgraph/msgraph-cli</PackageProjectUrl>
32-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
33-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
34-
<PackageReadmeFile>README.md</PackageReadmeFile>
35-
<ToolCommandName>mgc</ToolCommandName>
36-
<Authors>Microsoft</Authors>
37-
<Company>Microsoft</Company>
38-
<PackageId>Microsoft.Graph.Cli</PackageId>
39-
<PackageOutputPath>./nupkg</PackageOutputPath>
40-
<Deterministic>true</Deterministic>
41-
<AssemblyOriginatorKeyFile>../35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
42-
<SignAssembly>false</SignAssembly>
43-
<DelaySign>false</DelaySign>
44-
45-
<PackageReleaseNotes>
46-
https://github.com/microsoftgraph/msgraph-cli/releases
47-
</PackageReleaseNotes>
48-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
49-
<RepositoryUrl>https://github.com/microsoftgraph/msgraph-cli</RepositoryUrl>
50-
</PropertyGroup>
51-
52-
<PropertyGroup>
53-
<DefaultExcludesInProjectFolder>$(DefaultItemExcludes);**/*.sample.*</DefaultExcludesInProjectFolder>
54-
</PropertyGroup>
55-
56-
<ItemGroup>
57-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0"/>
58-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0"/>
59-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0"/>
60-
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="1.2.2"/>
61-
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1"/>
62-
</ItemGroup>
63-
64-
<ItemGroup>
65-
<None Include="../LICENSE" Pack="true" PackagePath=""/>
66-
<None Include="../README.md" Pack="true" PackagePath=""/>
67-
</ItemGroup>
68-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net8.0</TargetFramework>
6+
<RootNamespace>Microsoft.Graph.Cli</RootNamespace>
7+
<ImplicitUsings>disable</ImplicitUsings>
8+
<Nullable>enable</Nullable>
9+
<AssemblyName>mgc</AssemblyName>
10+
<Version>1.9.0</Version>
11+
</PropertyGroup>
12+
13+
<PropertyGroup>
14+
<PublishSingleFile>false</PublishSingleFile>
15+
<SelfContained>false</SelfContained>
16+
<PublishReadyToRun>false</PublishReadyToRun>
17+
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers>
18+
<PublishAot>false</PublishAot>
19+
</PropertyGroup>
20+
21+
<PropertyGroup>
22+
<Description>
23+
Microsoft Graph CLI SDK provides convenient methods to access Microsoft
24+
Graph capabilities using a simplistic command line interface experience on any operating
25+
system and any shell.
26+
</Description>
27+
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
28+
<AssemblyTitle>Microsoft Graph CLI tool</AssemblyTitle>
29+
<PackAsTool>true</PackAsTool>
30+
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
31+
<PackageProjectUrl>https://github.com/microsoftgraph/msgraph-cli</PackageProjectUrl>
32+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
33+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
34+
<PackageReadmeFile>README.md</PackageReadmeFile>
35+
<ToolCommandName>mgc</ToolCommandName>
36+
<Authors>Microsoft</Authors>
37+
<Company>Microsoft</Company>
38+
<PackageId>Microsoft.Graph.Cli</PackageId>
39+
<PackageOutputPath>./nupkg</PackageOutputPath>
40+
<Deterministic>true</Deterministic>
41+
<AssemblyOriginatorKeyFile>../35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
42+
<SignAssembly>false</SignAssembly>
43+
<DelaySign>false</DelaySign>
44+
45+
<PackageReleaseNotes>
46+
https://github.com/microsoftgraph/msgraph-cli/releases
47+
</PackageReleaseNotes>
48+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
49+
<RepositoryUrl>https://github.com/microsoftgraph/msgraph-cli</RepositoryUrl>
50+
</PropertyGroup>
51+
52+
<PropertyGroup>
53+
<DefaultExcludesInProjectFolder>$(DefaultItemExcludes);**/*.sample.*</DefaultExcludesInProjectFolder>
54+
</PropertyGroup>
55+
56+
<ItemGroup>
57+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0"/>
58+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0"/>
59+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0"/>
60+
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="1.2.2"/>
61+
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1"/>
62+
</ItemGroup>
63+
64+
<ItemGroup>
65+
<None Include="../LICENSE" Pack="true" PackagePath=""/>
66+
<None Include="../README.md" Pack="true" PackagePath=""/>
67+
</ItemGroup>
68+
</Project>

0 commit comments

Comments
 (0)