diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7cead95f..01706f3e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -14,7 +14,7 @@ on: name: ci-build env: - DOTNET_VERSION: 8.0.x + DOTNET_VERSION: 9.0.x REGISTRY: ghcr.io jobs: diff --git a/.github/workflows/ci-tag.yml b/.github/workflows/ci-tag.yml index 8e680b2e..03f66db1 100644 --- a/.github/workflows/ci-tag.yml +++ b/.github/workflows/ci-tag.yml @@ -7,7 +7,7 @@ on: name: ci-tag env: - DOTNET_VERSION: 7.0.x + DOTNET_VERSION: 9.0.x REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository_owner }}/api diff --git a/API.Dockerfile b/API.Dockerfile index 38c73065..341864ed 100644 --- a/API.Dockerfile +++ b/API.Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine +FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine WORKDIR /app COPY publish . ENTRYPOINT ["dotnet", "OpenShock.API.dll"] diff --git a/API/API.csproj b/API/API.csproj index 268a8857..eb207664 100644 --- a/API/API.csproj +++ b/API/API.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable OpenShock.API @@ -10,7 +10,6 @@ true OpenShock API - 12 a2109c1e-fb11-44d7-8127-346ef60cb9a5 @@ -26,14 +25,14 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -42,9 +41,9 @@ - + - + diff --git a/Common.Tests/Common.Tests.csproj b/Common.Tests/Common.Tests.csproj index 50df427d..ebc26af0 100644 --- a/Common.Tests/Common.Tests.csproj +++ b/Common.Tests/Common.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable OpenShock.Common.Tests @@ -13,7 +13,7 @@ - + diff --git a/Common/Common.csproj b/Common/Common.csproj index 57863a13..0b17b40a 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable OpenShock.Common @@ -10,19 +10,18 @@ OpenShock.Common 3.1.0 3.1.0 - 12 Library - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -35,7 +34,7 @@ - + @@ -43,7 +42,7 @@ - + diff --git a/Cron.Dockerfile b/Cron.Dockerfile index 461dd71f..462367ce 100644 --- a/Cron.Dockerfile +++ b/Cron.Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine +FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine WORKDIR /app COPY publish . ENTRYPOINT ["dotnet", "OpenShock.Cron.dll"] diff --git a/Cron/Cron.csproj b/Cron/Cron.csproj index 0f22c9a8..d34ebebb 100644 --- a/Cron/Cron.csproj +++ b/Cron/Cron.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable OpenShock.Cron @@ -14,7 +14,7 @@ - + diff --git a/LiveControlGateway.Dockerfile b/LiveControlGateway.Dockerfile index f6d93280..61c41745 100644 --- a/LiveControlGateway.Dockerfile +++ b/LiveControlGateway.Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine +FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine WORKDIR /app COPY publish . ENTRYPOINT ["dotnet", "OpenShock.LiveControlGateway.dll"] diff --git a/LiveControlGateway/LiveControlGateway.csproj b/LiveControlGateway/LiveControlGateway.csproj index b7519dd8..4f9a5402 100644 --- a/LiveControlGateway/LiveControlGateway.csproj +++ b/LiveControlGateway/LiveControlGateway.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable OpenShock.LiveControlGateway @@ -10,13 +10,12 @@ 3.5.0 LiveControlGateway true - 12 a2109c1e-fb11-44d7-8127-346ef60cb9a5 - + diff --git a/MigrationHelper/MigrationHelper.csproj b/MigrationHelper/MigrationHelper.csproj index 2b06e6aa..d220df2f 100644 --- a/MigrationHelper/MigrationHelper.csproj +++ b/MigrationHelper/MigrationHelper.csproj @@ -2,23 +2,23 @@ Exe - net8.0 + net9.0 enable enable - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - +