Skip to content

Commit

Permalink
Updated package references to version 8 and updated lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
timayabi2020 committed Nov 29, 2023
1 parent cc78ae9 commit ad8cce0
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 201 deletions.
6 changes: 3 additions & 3 deletions src/msgraph-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<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.0.0" />
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />
</ItemGroup>
Expand Down
Loading

0 comments on commit ad8cce0

Please sign in to comment.