diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 21e0eb6d..305bdb11 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "8.0.11", + "version": "9.0.0", "commands": [ "dotnet-ef" ] diff --git a/Dockerfile b/Dockerfile index 671778c5..2b9e4468 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env +FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build-env # Install Node.js 18 RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \ @@ -27,7 +27,7 @@ COPY . ./ RUN dotnet build Emulsion.MessageArchive.Frontend # required to publish the frontend resources RUN dotnet publish Emulsion -c Release -o /app/out -FROM mcr.microsoft.com/dotnet/aspnet:8.0 +FROM mcr.microsoft.com/dotnet/aspnet:9.0 WORKDIR /app COPY --from=build-env /app/out . ENTRYPOINT ["dotnet", "Emulsion.dll"] diff --git a/Emulsion.ContentProxy/Emulsion.ContentProxy.fsproj b/Emulsion.ContentProxy/Emulsion.ContentProxy.fsproj index 93650e68..9d53c8e9 100644 --- a/Emulsion.ContentProxy/Emulsion.ContentProxy.fsproj +++ b/Emulsion.ContentProxy/Emulsion.ContentProxy.fsproj @@ -25,7 +25,7 @@ SPDX-License-Identifier: MIT - + diff --git a/Emulsion.Database/Emulsion.Database.fsproj b/Emulsion.Database/Emulsion.Database.fsproj index ef34ff94..2c93b08b 100644 --- a/Emulsion.Database/Emulsion.Database.fsproj +++ b/Emulsion.Database/Emulsion.Database.fsproj @@ -21,11 +21,11 @@ SPDX-License-Identifier: MIT - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Emulsion.Web/Emulsion.Web.fsproj b/Emulsion.Web/Emulsion.Web.fsproj index 95efe583..7395bb4f 100644 --- a/Emulsion.Web/Emulsion.Web.fsproj +++ b/Emulsion.Web/Emulsion.Web.fsproj @@ -23,7 +23,7 @@ SPDX-License-Identifier: MIT - + diff --git a/Emulsion/Emulsion.fsproj b/Emulsion/Emulsion.fsproj index 34111397..791e9dc4 100644 --- a/Emulsion/Emulsion.fsproj +++ b/Emulsion/Emulsion.fsproj @@ -31,8 +31,8 @@ SPDX-License-Identifier: MIT - - + +