From 8fa61e69f40b08756d841dc33c21b8895c771ceb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Dec 2025 20:46:55 +0000 Subject: [PATCH 1/4] Initial plan From 9c11a54f9b9fa2fd215d0baa6770481838d0299a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Dec 2025 20:51:27 +0000 Subject: [PATCH 2/4] Update to .NET 10.0 (except library) and C# 13 Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com> --- Directory.Build.props | 2 +- .../EssentialCSharp.ListingManager.Tests.csproj | 2 +- global.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index ca37645..c970755 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -16,7 +16,7 @@ README.md - 12.0 + 13.0 true enable diff --git a/ListingManager.Tests/EssentialCSharp.ListingManager.Tests.csproj b/ListingManager.Tests/EssentialCSharp.ListingManager.Tests.csproj index 12bbea9..c8e24c0 100644 --- a/ListingManager.Tests/EssentialCSharp.ListingManager.Tests.csproj +++ b/ListingManager.Tests/EssentialCSharp.ListingManager.Tests.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 false diff --git a/global.json b/global.json index 2bc13e8..1e7fdfa 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100", + "version": "10.0.100", "rollForward": "latestMinor" } } From d630e77b5b27c08b6c626eb8a7105edbab15538c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:25:04 +0000 Subject: [PATCH 3/4] Update C# version from 13.0 to 14.0 Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com> --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index c970755..0f48e2b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -16,7 +16,7 @@ README.md - 13.0 + 14.0 true enable From 991552fda3de9b1c65e0a5b66f6ccb6d7b84431a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 27 Dec 2025 16:32:05 +0000 Subject: [PATCH 4/4] Update library/tool project to net10.0 Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com> --- ListingManager/EssentialCSharp.ListingManager.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ListingManager/EssentialCSharp.ListingManager.csproj b/ListingManager/EssentialCSharp.ListingManager.csproj index f8f8592..f202507 100644 --- a/ListingManager/EssentialCSharp.ListingManager.csproj +++ b/ListingManager/EssentialCSharp.ListingManager.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 true ListingManager git