Skip to content

Commit

Permalink
Merge pull request #456 from microsoftgraph/dependabot/nuget/Microsof…
Browse files Browse the repository at this point in the history
…t.Kiota.Authentication.Azure-1.11.3

chore(deps): bump Microsoft.Kiota.Authentication.Azure from 1.11.2 to 1.11.3
  • Loading branch information
github-actions[bot] authored Aug 20, 2024
2 parents 98ca790 + 8a0b599 commit e7f7cb2
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,25 @@
<DefineConstants>OS_WINDOWS</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.12.0"/>
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" Condition="'$(OS)' == 'Windows_NT'"/>
<PackageReference Include="JmesPath.Net" Version="1.0.330"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0"/>
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.16"/>
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.2"/>
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.11.3"/>
<PackageReference Include="Spectre.Console" Version="0.49.1"/>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" Condition="'$(OS)' == 'Windows_NT'" />
<PackageReference Include="JmesPath.Net" Version="1.0.330" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.16" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.11.3" />
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.2" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.11.3" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
<None Include="../../README.md" Pack="true" PackagePath=""/>
<None Include="../../LICENSE" Pack="true" PackagePath="" />
<None Include="../../README.md" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="Microsoft.Graph.Cli.Core.Tests"/>
<InternalsVisibleTo Include="Microsoft.Graph.Cli.Core.Tests" />
</ItemGroup>
</Project>

0 comments on commit e7f7cb2

Please sign in to comment.