From d4b4b0f2d4a8eaee0f8c92a5c191dbb95bfb8980 Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Sun, 10 Nov 2024 23:54:01 +0100 Subject: [PATCH] Switch back to dotnet 9.0 --- .drone.yml | 2 +- Dockerfile | 2 +- StreamCinemaLib/StreamCinemaLib.csproj | 2 +- StreamCinemaWeb/StreamCinemaWeb.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3d93d24..a897fd2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: build - image: mcr.microsoft.com/dotnet/sdk:8.0 + image: mcr.microsoft.com/dotnet/sdk:9.0 commands: - dotnet publish -c Release -o out diff --git a/Dockerfile b/Dockerfile index ec14efd..980438b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:8.0 +FROM mcr.microsoft.com/dotnet/aspnet:9.0 COPY ./out/ /App/ WORKDIR /App ENTRYPOINT ["dotnet", "StreamCinemaWeb.dll"] \ No newline at end of file diff --git a/StreamCinemaLib/StreamCinemaLib.csproj b/StreamCinemaLib/StreamCinemaLib.csproj index 2150e37..fd4bd08 100644 --- a/StreamCinemaLib/StreamCinemaLib.csproj +++ b/StreamCinemaLib/StreamCinemaLib.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 enable enable diff --git a/StreamCinemaWeb/StreamCinemaWeb.csproj b/StreamCinemaWeb/StreamCinemaWeb.csproj index b54ee97..1138be7 100644 --- a/StreamCinemaWeb/StreamCinemaWeb.csproj +++ b/StreamCinemaWeb/StreamCinemaWeb.csproj @@ -5,7 +5,7 @@ - net8.0 + net9.0 enable enable