Skip to content

Commit

Permalink
Merge pull request #1012 from christianhelle/renovate/dotnet-monorepo
Browse files Browse the repository at this point in the history
Update dotnet monorepo
  • Loading branch information
christianhelle authored Oct 8, 2024
2 parents 618c47a + 2609489 commit b862ab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/CLI/ApiClientCodeGen.CLI/ApiClientCodeGen.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

<ItemGroup>
<PackageReference Include="McMaster.Extensions.Hosting.CommandLine" Version="4.1.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<Version>5.0.1</Version>
</PackageReference>
<PackageReference Include="System.Text.Json">
<Version>8.0.4</Version>
<Version>8.0.5</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\ApiClientCodeGen.VSIX.Shared\ApiClientCodeGen.VSIX.Shared.projitems" Label="Shared" />
Expand Down

0 comments on commit b862ab4

Please sign in to comment.