From e9b97a51fdaba950175a63fdfaa4c6753b13f401 Mon Sep 17 00:00:00 2001 From: Tyler Carrol Date: Tue, 15 Sep 2026 19:23:13 -0400 Subject: [PATCH 1/2] chore: update dependencies --- .../TJC.Collection.Core.csproj | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/TJC.Collection.Core/TJC.Collection.Core.csproj b/TJC.Collection.Core/TJC.Collection.Core.csproj index 972c7dc..39aef37 100644 --- a/TJC.Collection.Core/TJC.Collection.Core.csproj +++ b/TJC.Collection.Core/TJC.Collection.Core.csproj @@ -34,19 +34,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + From abbae761494d59a17e6bf7d88b5017d212596683 Mon Sep 17 00:00:00 2001 From: Tyler Carrol Date: Tue, 15 Sep 2026 19:27:21 -0400 Subject: [PATCH 2/2] Update dependencies to .NET 10 versions Updated project dependencies to .NET 10 versions. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8607538..7469715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Update dependencies to .NET 10 versions + ## [0.35.1] - 2026-09-15 ## [0.35.0] - 2026-09-15