From 6e0b4eba85551ecf713599c1be1b5e156543105c Mon Sep 17 00:00:00 2001 From: whimsical-c4lic0 Date: Tue, 10 Feb 2026 18:01:53 -0600 Subject: [PATCH] Upgrade dotnet from 8 to 10 --- Dockerfile | 4 ++-- OF DL.Core/OF DL.Core.csproj | 22 +++++++++++----------- OF DL.Tests/OF DL.Tests.csproj | 10 +++++----- OF DL/OF DL.csproj | 22 +++++++++++----------- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Dockerfile b/Dockerfile index 013ab31..2b8e1ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.23 AS build ARG VERSION RUN apk --no-cache --repository community add \ - dotnet8-sdk + dotnet10-sdk # Copy source code COPY ["OF DL.sln", "/src/OF DL.sln"] @@ -28,7 +28,7 @@ FROM alpine:3.23 AS final RUN apk --no-cache --repository community add \ bash \ tini \ - dotnet8-runtime \ + dotnet10-runtime \ ffmpeg7 \ udev \ ttf-freefont \ diff --git a/OF DL.Core/OF DL.Core.csproj b/OF DL.Core/OF DL.Core.csproj index bd0d0bb..2ef833a 100644 --- a/OF DL.Core/OF DL.Core.csproj +++ b/OF DL.Core/OF DL.Core.csproj @@ -1,25 +1,25 @@ - net8.0 + net10.0 OF_DL enable enable - + - - + + - - - - - - - + + + + + + + diff --git a/OF DL.Tests/OF DL.Tests.csproj b/OF DL.Tests/OF DL.Tests.csproj index 3909cfa..d591629 100644 --- a/OF DL.Tests/OF DL.Tests.csproj +++ b/OF DL.Tests/OF DL.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 OF_DL.Tests enable enable @@ -13,8 +13,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -22,11 +22,11 @@ - + - + diff --git a/OF DL/OF DL.csproj b/OF DL/OF DL.csproj index 63622ca..f4c4eb8 100644 --- a/OF DL/OF DL.csproj +++ b/OF DL/OF DL.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net10.0 OF_DL enable enable @@ -18,18 +18,18 @@ - + - - + + - - - - - - - + + + + + + +