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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
dependency/Dockerfile/Dockerfile_run
-
installer/Installer/Installer.csproj
|
|
|
@@ -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 . . |
|
|
|
|
|
|
|
@@ -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> |
|
|
|
|