From 8e2932c0789ea9447a6449008adca14a4e3755db Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:45:47 +0000 Subject: [PATCH 1/2] Initial plan From 65296fc8430e9b67b80e3117c607c8aca6e0bd9a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:51:42 +0000 Subject: [PATCH 2/2] Update to .NET 9.0: global.json and test project Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com> --- IntelliTect.Multitool.Tests/IntelliTect.Multitool.Tests.csproj | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IntelliTect.Multitool.Tests/IntelliTect.Multitool.Tests.csproj b/IntelliTect.Multitool.Tests/IntelliTect.Multitool.Tests.csproj index 792775f..20a4666 100644 --- a/IntelliTect.Multitool.Tests/IntelliTect.Multitool.Tests.csproj +++ b/IntelliTect.Multitool.Tests/IntelliTect.Multitool.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false diff --git a/global.json b/global.json index 6b9caa7..06a8b17 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "9.0.100", "rollForward": "minor", "allowPrerelease": false }