From 2599fdb3068f8ee4d6935ebea55c20d91ab311b9 Mon Sep 17 00:00:00 2001 From: Florian Schick Date: Tue, 21 Jul 2026 07:17:58 +0200 Subject: [PATCH] chore: update to .NET 10. --- .../ReferenceSwitcher.Tool.Tests.csproj | 14 ++++++++++---- .../ReferenceSwitcher.Tool.csproj | 6 +++--- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/ReferenceSwitcher.Tool.Tests/ReferenceSwitcher.Tool.Tests.csproj b/ReferenceSwitcher.Tool.Tests/ReferenceSwitcher.Tool.Tests.csproj index b1a44d7..a02f67b 100644 --- a/ReferenceSwitcher.Tool.Tests/ReferenceSwitcher.Tool.Tests.csproj +++ b/ReferenceSwitcher.Tool.Tests/ReferenceSwitcher.Tool.Tests.csproj @@ -1,17 +1,23 @@ - net9.0 + net10.0 enable enable false - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/ReferenceSwitcher.Tool/ReferenceSwitcher.Tool.csproj b/ReferenceSwitcher.Tool/ReferenceSwitcher.Tool.csproj index 69d4b0e..d4ce1e9 100644 --- a/ReferenceSwitcher.Tool/ReferenceSwitcher.Tool.csproj +++ b/ReferenceSwitcher.Tool/ReferenceSwitcher.Tool.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable enable true @@ -10,8 +10,8 @@ - - + +