From 4ebd93d39b427f6b4f34184d5672967fed54457d Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sun, 15 Feb 2026 13:22:48 +0530 Subject: [PATCH] Update projects to .NET 10.0 and add Program doc entry Upgraded target frameworks to .NET 10.0 across multiple projects for latest compatibility. Added documentation for the auto-generated Program class in PortBlog.API.xml. No other functional changes. --- AesEncryption/AesEncryption.csproj | 2 +- PortBlog.API/PortBlog.API.csproj | 2 +- PortBlog.API/PortBlog.API.xml | 5 +++++ Shared/KBR.Cache/KBR.Cache.csproj | 2 +- Shared/KBR.Share.Lite/KBR.Shared.Lite.csproj | 2 +- Shared/KBR.Shared/KBR.Shared.csproj | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/AesEncryption/AesEncryption.csproj b/AesEncryption/AesEncryption.csproj index 63bbe21..1b38a68 100644 --- a/AesEncryption/AesEncryption.csproj +++ b/AesEncryption/AesEncryption.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable enable false diff --git a/PortBlog.API/PortBlog.API.csproj b/PortBlog.API/PortBlog.API.csproj index aabb708..cf49513 100644 --- a/PortBlog.API/PortBlog.API.csproj +++ b/PortBlog.API/PortBlog.API.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable True diff --git a/PortBlog.API/PortBlog.API.xml b/PortBlog.API/PortBlog.API.xml index 9fd26c2..24f7d12 100644 --- a/PortBlog.API/PortBlog.API.xml +++ b/PortBlog.API/PortBlog.API.xml @@ -696,5 +696,10 @@ The model to use when rendering the view. A task that represents the asynchronous operation. The task result contains the rendered view as a string. + + + Auto-generated public partial Program class for top-level statement apps. + + diff --git a/Shared/KBR.Cache/KBR.Cache.csproj b/Shared/KBR.Cache/KBR.Cache.csproj index a274065..2c97411 100644 --- a/Shared/KBR.Cache/KBR.Cache.csproj +++ b/Shared/KBR.Cache/KBR.Cache.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable diff --git a/Shared/KBR.Share.Lite/KBR.Shared.Lite.csproj b/Shared/KBR.Share.Lite/KBR.Shared.Lite.csproj index 2c2f89b..22badd1 100644 --- a/Shared/KBR.Share.Lite/KBR.Shared.Lite.csproj +++ b/Shared/KBR.Share.Lite/KBR.Shared.Lite.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 enable enable diff --git a/Shared/KBR.Shared/KBR.Shared.csproj b/Shared/KBR.Shared/KBR.Shared.csproj index 99ed569..5a714a1 100644 --- a/Shared/KBR.Shared/KBR.Shared.csproj +++ b/Shared/KBR.Shared/KBR.Shared.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable