File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=${BUILDPLATFORM} mcr.microsoft.com/dotnet/sdk:9 .0-alpine AS build-env
1+ FROM --platform=${BUILDPLATFORM} mcr.microsoft.com/dotnet/sdk:10 .0-alpine AS build-env
22WORKDIR /app
33COPY *.csproj ./
44RUN dotnet restore
55COPY . ./
66RUN dotnet build -c Release -o out
7- FROM mcr.microsoft.com/dotnet/runtime:9 .0-alpine
7+ FROM mcr.microsoft.com/dotnet/runtime:10 .0-alpine
88LABEL com.centurylinklabs.watchtower.enable="true"
99WORKDIR /app
1010COPY --from=build-env /app/out .
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <InvariantGlobalization >false</InvariantGlobalization >
77 </PropertyGroup >
88
99 <ItemGroup >
1010 <PackageReference Include =" Abyssal.HumanDateParser" Version =" 2.0.0-20191113.1" />
11- <PackageReference Include =" DSharpPlus" Version =" 5.0.0-nightly-02573" />
12- <PackageReference Include =" DSharpPlus.Commands" Version =" 5.0.0-nightly-02573" />
13- <PackageReference Include =" DSharpPlus.Interactivity" Version =" 5.0.0-nightly-02573" />
14- <PackageReference Include =" Humanizer.Core" Version =" 3.0.0-beta.54" />
15- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.12.0-2.final" />
16- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 4.12.0-2.final" />
17- <PackageReference Include =" StackExchange.Redis" Version =" 2.8.16" />
18- <PackageReference Include =" System.Linq.Async" Version =" 6.0.1" />
11+ <PackageReference Include =" DSharpPlus" Version =" 5.0.0-nightly-02575" />
12+ <PackageReference Include =" DSharpPlus.Commands" Version =" 5.0.0-nightly-02575" />
13+ <PackageReference Include =" DSharpPlus.Interactivity" Version =" 5.0.0-nightly-02575" />
14+ <PackageReference Include =" Humanizer.Core" Version =" 3.0.10" />
15+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 5.3.0" />
16+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 5.3.0" />
17+ <PackageReference Include =" StackExchange.Redis" Version =" 2.11.8" />
1918 </ItemGroup >
2019
2120 <ItemGroup >
You can’t perform that action at this time.
0 commit comments