Browse Source

Merge pull request #662 from eesast/renovate/major-dotnet-monorepo

chore(deps): update dotnet monorepo to v8 (major)
dev
shangfengh GitHub 1 year ago
parent
commit
630f553d03
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dependency/Dockerfile/Dockerfile_run
  2. +1
    -1
      installer/Installer/Installer.csproj

+ 1
- 1
dependency/Dockerfile/Dockerfile_run View File

@@ -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 . .


+ 1
- 1
installer/Installer/Installer.csproj View File

@@ -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>


Loading…
Cancel
Save