From f0f09e2bce04c4e9c970d6a5e85e0739380c81fe Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 22 Nov 2025 01:16:44 +0000 Subject: [PATCH] Update package versions and restructure props file Updated `MicrosoftVersion` and `ResilienceVersion` to `10.0.0`. Restructured `` elements for better organization. Added conditional `` entries for `net8.0`, `net9.0`, and `net10.0` target frameworks to specify appropriate `Microsoft.EntityFrameworkCore` package versions. Preserved existing package versions and configurations. --- Directory.Packages.props | 369 ++++++++++++++++++++------------------- 1 file changed, 189 insertions(+), 180 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 4029049ab..23eb221dd 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,182 +1,191 @@ - - true - false - - - 9.0.11 - 9.10.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + true + false + + + 10.0.0 + 10.0.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file