diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index cd0f985..1f5868a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,7 +36,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 9.x.x + dotnet-version: 10.x.x # Execute the build - name: Execute Release Build @@ -58,7 +58,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 9.x.x + dotnet-version: 10.x.x # Execute the tests - name: Execute Tests @@ -120,7 +120,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 9.x.x + dotnet-version: 10.x.x # Execute the build - name: Execute Build diff --git a/Dockerfile b/Dockerfile index 924f0c7..b60762a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base USER $APP_UID WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build ARG BUILD_CONFIGURATION=Release ARG TAG_VERSION WORKDIR /src diff --git a/src/SiteMonitor/SiteMonitor.csproj b/src/SiteMonitor/SiteMonitor.csproj index 684b39e..4df343a 100644 --- a/src/SiteMonitor/SiteMonitor.csproj +++ b/src/SiteMonitor/SiteMonitor.csproj @@ -1,7 +1,7 @@  WinExe - net9.0 + net10.0 enable true app.manifest @@ -26,12 +26,12 @@ - - - - + + + + - + diff --git a/src/nullinside-api b/src/nullinside-api index a2f0bc0..9cd22aa 160000 --- a/src/nullinside-api +++ b/src/nullinside-api @@ -1 +1 @@ -Subproject commit a2f0bc037a85fd17897281578e378e36a5be8604 +Subproject commit 9cd22aa0c8af1f84b862b7cabd72eaacaeea0f31