From 0b42880cc7b681e1d42d0ff9a252a90cc516a1c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 19:12:10 +0000 Subject: [PATCH] chore(deps) Update dotnet monorepo to v9 --- .gitlab-ci.yml | 4 ++-- Dockerfile | 4 ++-- web.Tests/web.Tests.csproj | 10 +++++----- web/web.csproj | 14 +++++++------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83e52a1b..b24fe47f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - publish precommit: - image: mcr.microsoft.com/dotnet/sdk:8.0-alpine + image: mcr.microsoft.com/dotnet/sdk:9.0-alpine stage: test except: - public @@ -40,7 +40,7 @@ precommit: - pre-commit run stylelint --all-files build_web: - image: mcr.microsoft.com/dotnet/sdk:8.0-alpine + image: mcr.microsoft.com/dotnet/sdk:9.0-alpine stage: build except: - public diff --git a/Dockerfile b/Dockerfile index e5169dd2..76be56e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ # to access webapp # http://localhost:1234 -FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 WORKDIR /app @@ -43,7 +43,7 @@ RUN export PATH="$PATH:/root/.dotnet/tools" && dotnet ef database update --proj RUN dotnet publish -c Release -o out web.csproj -FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine +FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 WORKDIR /app COPY --from=build ["/app/web/out", "./"] diff --git a/web.Tests/web.Tests.csproj b/web.Tests/web.Tests.csproj index 28fbc803..e08cd8db 100644 --- a/web.Tests/web.Tests.csproj +++ b/web.Tests/web.Tests.csproj @@ -13,19 +13,19 @@ - + - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/web/web.csproj b/web/web.csproj index cc290cc2..d655bd5d 100644 --- a/web/web.csproj +++ b/web/web.csproj @@ -43,12 +43,12 @@ - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -59,7 +59,7 @@ - +