From 09488355255d4976e8918a5094f9b5842bfc229f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88?= Date: Mon, 5 May 2025 12:36:35 -0400 Subject: [PATCH] chore: update packages --- .github/workflows/codeql.yml | 6 +++--- Dockerfile | 4 ++-- src/SiteMonitor/SiteMonitor.csproj | 15 ++++++++------- src/nullinside-api | 2 +- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b817fb1..cd0f985 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: 8.x.x + dotnet-version: 9.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: 8.x.x + dotnet-version: 9.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: 8.x.x + dotnet-version: 9.x.x # Execute the build - name: Execute Build diff --git a/Dockerfile b/Dockerfile index b1a7c5e..924f0c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base USER $APP_UID WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.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 0e557b1..b7eeb80 100644 --- a/src/SiteMonitor/SiteMonitor.csproj +++ b/src/SiteMonitor/SiteMonitor.csproj @@ -1,7 +1,7 @@  WinExe - net8.0 + net9.0 enable true app.manifest @@ -11,6 +11,7 @@ Assets\icon.png https://github.com/nullinside-development-group/nullinside-site-monitor Assets\logo.ico + default bin\Debug\SiteMonitor.xml @@ -25,13 +26,13 @@ - - - - + + + + - - + + diff --git a/src/nullinside-api b/src/nullinside-api index 477a340..5255f36 160000 --- a/src/nullinside-api +++ b/src/nullinside-api @@ -1 +1 @@ -Subproject commit 477a340a6e9b9aa9a0498d2fc85176b61c4bb3f9 +Subproject commit 5255f3687a6bb6e86fdfc219962b7614363ff1a0