Skip to content

Commit

Permalink
Merge pull request #225 from gitfool/renovate/major-dotnet-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool committed Jan 7, 2024
2 parents ed071ad + ff2b1de commit ce81412
Show file tree
Hide file tree
Showing 6 changed files with 357 additions and 373 deletions.
4 changes: 2 additions & 2 deletions Cli/Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<PackageReference Include="Flurl" Version="3.0.7" />
<PackageReference Include="Flurl.Http" Version="3.2.4" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
<PackageReference Include="Polly" Version="7.2.4" />
<PackageReference Include="Serilog" Version="3.1.1" />
Expand Down
2 changes: 1 addition & 1 deletion Cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM mcr.microsoft.com/dotnet/runtime:7.0.14-jammy
FROM mcr.microsoft.com/dotnet/runtime:8.0.0-jammy

LABEL org.opencontainers.image.source=https://github.com/gitfool/BoardGameGeek.Dungeon

Expand Down
Loading

0 comments on commit ce81412

Please sign in to comment.