Skip to content

Commit

Permalink
Update kiota cli commons (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage authored Oct 23, 2023
1 parent f2047dc commit 24a239f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
<DebugType>embedded</DebugType>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>preview.7</VersionSuffix>
<VersionSuffix>preview.8</VersionSuffix>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -44,7 +44,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Microsoft.Graph.Core" Version="3.0.11" />
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="0.5.0-preview.1" />
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="0.5.1-preview.1" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.1.1" />
<PackageReference Include="Spectre.Console" Version="0.47.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
Expand All @@ -58,4 +58,4 @@
<ItemGroup>
<InternalsVisibleTo Include="Microsoft.Graph.Cli.Core.Tests" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 24a239f

Please sign in to comment.