From 4a54b496c8e96ea7e398d33ab399b79f917efd86 Mon Sep 17 00:00:00 2001 From: Hannes Sachsenhofer Date: Wed, 12 Nov 2025 10:24:20 +0100 Subject: [PATCH] Add support for .NET 10, and update all dependencies to their latest version. Support for .NET 6 and 7 had to be dropped because it's not compatible with new 10.x packages. --- dotnet-setversion.sln | 1 - src/dotnet-setversion/dotnet-setversion.csproj | 4 ++-- test/integration/integration.csproj | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/dotnet-setversion.sln b/dotnet-setversion.sln index 9e3b113..94e4cf5 100644 --- a/dotnet-setversion.sln +++ b/dotnet-setversion.sln @@ -6,7 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE23C2A7-75C4-4071-B555-0AEB678A9770}" ProjectSection(SolutionItems) = preProject appveyor.yml = appveyor.yml - docker-compose.yml = docker-compose.yml GitVersion.yml = GitVersion.yml EndProjectSection EndProject diff --git a/src/dotnet-setversion/dotnet-setversion.csproj b/src/dotnet-setversion/dotnet-setversion.csproj index 6906987..52e5e25 100644 --- a/src/dotnet-setversion/dotnet-setversion.csproj +++ b/src/dotnet-setversion/dotnet-setversion.csproj @@ -2,7 +2,7 @@ A CLI tool to set/update the Version property in csproj files Exe - net6.0;net7.0;net8.0;net9.0 + net8.0;net9.0;net10.0 true true setversion @@ -16,7 +16,7 @@ - + diff --git a/test/integration/integration.csproj b/test/integration/integration.csproj index 8aed3e6..af26f39 100644 --- a/test/integration/integration.csproj +++ b/test/integration/integration.csproj @@ -1,7 +1,7 @@  - net6.0;net7.0;net8.0;net9.0 + net8.0;net9.0;net10.0 false integration integration @@ -14,9 +14,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive