From 2a5e32d8ad3a1ddb8f1870b959132220f531786a Mon Sep 17 00:00:00 2001 From: Frank Boucher Date: Fri, 12 Dec 2025 17:45:01 -0500 Subject: [PATCH] Upgrades to .NET 10 and updates packages Updates the target framework to .NET 10.0. Also, upgrades several package versions, including Microsoft, OpenTelemetry, and other dependencies, to align with the new .NET version and incorporate the latest features and bug fixes. Updates Reka SDK to the latest version. Fixes #82 --- Directory.Build.props | 2 +- Directory.Packages.props | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 6bb3e34..c799a1a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ 1.1.2 - net9.0 + net10.0 enable enable true diff --git a/Directory.Packages.props b/Directory.Packages.props index 94ddf61..5c232e3 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -13,27 +13,27 @@ - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - + + @@ -41,7 +41,7 @@ - +