Skip to content

Commit

Permalink
Merge pull request #662 from eesast/renovate/major-dotnet-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update dotnet monorepo to v8 (major)
  • Loading branch information
shangfengh authored Apr 10, 2024
2 parents f957db8 + e5755f4 commit 630f553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependency/Dockerfile/Dockerfile_run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0.408-jammy-amd64 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.204-jammy-amd64 AS build
MAINTAINER eesast
WORKDIR /usr/local
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion installer/Installer/Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="ICSharpCode.SharpZipLib.dll" Version="0.85.4.369" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.37" />
</ItemGroup>
Expand Down

0 comments on commit 630f553

Please sign in to comment.