mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 06:20:34 +00:00
.NET ⑨ (strongest version) (#3244)
* Initial .NET 9 bump * Resolve selected .NET 9 analyzer warnings * Fill TODO * Fix build errors * Misc * Use new methods * .NET 9 changes * Dockerfiles no longer preview * Misc * Trimming works again * Trimming works in docker too * Test fix * Update Directory.Build.props
This commit is contained in:
committed by
GitHub
parent
4167b6be54
commit
1b626caa53
@@ -15,7 +15,7 @@ RUN <<EOF
|
||||
npm run deploy --no-progress
|
||||
EOF
|
||||
|
||||
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0${IMAGESUFFIX} AS build-dotnet
|
||||
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0${IMAGESUFFIX} AS build-dotnet
|
||||
ARG CONFIGURATION=Release
|
||||
ARG TARGETARCH
|
||||
ARG TARGETOS
|
||||
@@ -76,7 +76,7 @@ RUN --mount=type=secret,id=ASF_PRIVATE_SNK --mount=type=secret,id=STEAM_TOKEN_DU
|
||||
done
|
||||
EOF
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0${IMAGESUFFIX} AS runtime
|
||||
FROM mcr.microsoft.com/dotnet/runtime-deps:9.0${IMAGESUFFIX} AS runtime
|
||||
ENV ASF_PATH=/app
|
||||
ENV ASF_USER=asf
|
||||
ENV ASPNETCORE_URLS=
|
||||
|
||||
Reference in New Issue
Block a user