From b98c07908a2e5f50f02b37d65e175e29b34e778f Mon Sep 17 00:00:00 2001 From: selkij Date: Sat, 15 Nov 2025 00:15:02 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Move=20to=20new=20LTS?= =?UTF-8?q?=20dotnet=20SDK=2010?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Meio.Api/Meio.Api.csproj | 2 +- Meio.App/Meio.App.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Meio.Api/Meio.Api.csproj b/Meio.Api/Meio.Api.csproj index f64b43d..b54c97b 100644 --- a/Meio.Api/Meio.Api.csproj +++ b/Meio.Api/Meio.Api.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net10.0 enable diff --git a/Meio.App/Meio.App.csproj b/Meio.App/Meio.App.csproj index edb895d..92613a4 100644 --- a/Meio.App/Meio.App.csproj +++ b/Meio.App/Meio.App.csproj @@ -1,7 +1,7 @@  WinExe - net8.0 + net10.0 enable true app.manifest From 51ce39d0e1e4b52fa6f4463a2ffdc9a549e38766 Mon Sep 17 00:00:00 2001 From: selkij Date: Sat, 15 Nov 2025 00:17:00 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20Fix=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 217f7cb..7d03f06 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Restore dependencies run: dotnet restore - name: Build