From c0ab18ac34bf0baab8470fe7e941c6e2ce30ede8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:43:09 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo to v10 | datasource | package | from | to | | ---------- | ----------------------------------------------------- | ----- | -------- | | nuget | Microsoft.CodeAnalysis.NetAnalyzers | 8.0.0 | 10.0.201 | | nuget | Microsoft.Extensions.DependencyInjection.Abstractions | 8.0.0 | 10.0.5 | | nuget | Microsoft.Extensions.FileSystemGlobbing | 8.0.0 | 10.0.5 | | nuget | Microsoft.Extensions.Hosting | 8.0.0 | 10.0.5 | | docker | mcr.microsoft.com/dotnet/sdk | 8.0 | 10.0 | --- Dockerfile | 4 ++-- Testing/VersionMinerTests/VersionMinerTests.csproj | 2 +- VersionMiner/VersionMiner.csproj | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 06bd943..5d15c91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Set the base image as the .NET 8.0 SDK (this includes the runtime) -FROM mcr.microsoft.com/dotnet/sdk:8.0 as build-env +FROM mcr.microsoft.com/dotnet/sdk:10.0 as build-env # Copy everything and publish the release (publish implicitly restores and builds) COPY . ./ @@ -14,6 +14,6 @@ LABEL homepage="https://github.com/KinsonDigital/VersionMiner" LABEL com.github.actions.name="Version Miner" # Relayer the .NET SDK, anew with the build output -FROM mcr.microsoft.com/dotnet/sdk:8.0 +FROM mcr.microsoft.com/dotnet/sdk:10.0 COPY --from=build-env /out . ENTRYPOINT [ "dotnet", "/VersionMiner.dll" ] diff --git a/Testing/VersionMinerTests/VersionMinerTests.csproj b/Testing/VersionMinerTests/VersionMinerTests.csproj index c38904c..a2669f4 100644 --- a/Testing/VersionMinerTests/VersionMinerTests.csproj +++ b/Testing/VersionMinerTests/VersionMinerTests.csproj @@ -15,7 +15,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/VersionMiner/VersionMiner.csproj b/VersionMiner/VersionMiner.csproj index 005a7e0..7f368f4 100644 --- a/VersionMiner/VersionMiner.csproj +++ b/VersionMiner/VersionMiner.csproj @@ -35,13 +35,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + +