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 @@ - + - - + + - - - - - - - + + + + + + +