diff --git a/Dockerfile.CLI b/Dockerfile.CLI index ae1f837..c55654f 100644 --- a/Dockerfile.CLI +++ b/Dockerfile.CLI @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS base +FROM mcr.microsoft.com/dotnet/sdk:7.0 AS base COPY *.sln . COPY Selector/*.csproj ./Selector/ @@ -15,7 +15,7 @@ COPY . ./ FROM base as publish RUN dotnet publish Selector.CLI/Selector.CLI.csproj -c Release -o /app --no-restore -FROM mcr.microsoft.com/dotnet/aspnet:6.0 +FROM mcr.microsoft.com/dotnet/aspnet:7.0 WORKDIR /app COPY --from=publish /app ./ ENV DOTNET_EnableDiagnostics=0 diff --git a/Dockerfile.Web b/Dockerfile.Web index bb7f4eb..d000313 100644 --- a/Dockerfile.Web +++ b/Dockerfile.Web @@ -6,7 +6,7 @@ RUN npm ci COPY ./Selector.Web ./ RUN npm run build -FROM mcr.microsoft.com/dotnet/sdk:6.0 AS base +FROM mcr.microsoft.com/dotnet/sdk:7.0 AS base COPY *.sln . COPY Selector/*.csproj ./Selector/ @@ -25,7 +25,7 @@ COPY --from=frontend /Selector.Web/wwwroot Selector.Web/wwwroot/ COPY --from=frontend /Selector.Web/wwwroot Selector.Web/wwwroot/ RUN dotnet publish Selector.Web/Selector.Web.csproj -c Release -o /app --no-restore -FROM mcr.microsoft.com/dotnet/aspnet:6.0 +FROM mcr.microsoft.com/dotnet/aspnet:7.0 EXPOSE 80 WORKDIR /app COPY --from=publish /app ./ diff --git a/Selector.CLI/Selector.CLI.csproj b/Selector.CLI/Selector.CLI.csproj index 21977e6..5458fbe 100644 --- a/Selector.CLI/Selector.CLI.csproj +++ b/Selector.CLI/Selector.CLI.csproj @@ -2,22 +2,22 @@ Exe - net6.0 + net7.0 Selector.CLI.Program latest - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + diff --git a/Selector.Cache/Selector.Cache.csproj b/Selector.Cache/Selector.Cache.csproj index 75c78f7..7bca095 100644 --- a/Selector.Cache/Selector.Cache.csproj +++ b/Selector.Cache/Selector.Cache.csproj @@ -1,14 +1,14 @@ - net6.0 + net7.0 true latest - + diff --git a/Selector.Data/Selector.Data.csproj b/Selector.Data/Selector.Data.csproj index 15c4253..fdc9976 100644 --- a/Selector.Data/Selector.Data.csproj +++ b/Selector.Data/Selector.Data.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable @@ -11,7 +11,7 @@ - + diff --git a/Selector.Event/Selector.Event.csproj b/Selector.Event/Selector.Event.csproj index 09d87bc..d122e68 100644 --- a/Selector.Event/Selector.Event.csproj +++ b/Selector.Event/Selector.Event.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable diff --git a/Selector.Model/Selector.Model.csproj b/Selector.Model/Selector.Model.csproj index c6de22c..963d042 100644 --- a/Selector.Model/Selector.Model.csproj +++ b/Selector.Model/Selector.Model.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 true latest @@ -12,20 +12,20 @@ - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + diff --git a/Selector.Tests/Selector.Tests.csproj b/Selector.Tests/Selector.Tests.csproj index aed1325..7a6fa09 100644 --- a/Selector.Tests/Selector.Tests.csproj +++ b/Selector.Tests/Selector.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 false latest diff --git a/Selector.Web/Selector.Web.csproj b/Selector.Web/Selector.Web.csproj index 17f5ea6..9529b72 100644 --- a/Selector.Web/Selector.Web.csproj +++ b/Selector.Web/Selector.Web.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 latest true @@ -14,21 +14,21 @@ - - + + - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + - - + + diff --git a/Selector/Selector.csproj b/Selector/Selector.csproj index 0d95939..68490f2 100644 --- a/Selector/Selector.csproj +++ b/Selector/Selector.csproj @@ -1,13 +1,13 @@  - net6.0 + net7.0 true latest - +