diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 47bf21c..530896d 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "9.0.10", + "version": "10.0.0", "commands": [ "dotnet-ef" ] diff --git a/Dockerfile b/Dockerfile index 2b9e446..15dbaa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build-env +FROM mcr.microsoft.com/dotnet/sdk:10.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:9.0 +FROM mcr.microsoft.com/dotnet/aspnet:10.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 76fa92a..f42c4f9 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 80caa4c..231066f 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 26087af..dfaf98d 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 b04a2db..d56d18a 100644 --- a/Emulsion/Emulsion.fsproj +++ b/Emulsion/Emulsion.fsproj @@ -31,8 +31,8 @@ SPDX-License-Identifier: MIT - - + +