From 3e926f3861ee703b04d70fc3673b1b38c6329bf7 Mon Sep 17 00:00:00 2001 From: Philippe Matray Date: Sat, 28 Feb 2026 14:10:44 +0100 Subject: [PATCH] fix: update target framework from net8.0 to net10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The project was targeting net8.0 via Directory.Build.props while depending on Microsoft.AspNetCore.Components.Web 10.0.3 which requires net10.0, causing CI build failures (NU1202). Changes: - Directory.Build.props: TargetFramework net8.0 → net10.0 - Directory.Build.props: LangVersion 12 → 14 - FastComponents.csproj: AnalysisLevel 8.0 → 10.0-recommended - FastComponents.csproj: Update description/tags from net8 to net10 - FastComponents.csproj: Update copyright year to 2026 --- Directory.Build.props | 4 ++-- src/FastComponents/FastComponents.csproj | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 933cf4a..99e4a09 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,10 +1,10 @@ - net8.0 + net10.0 enable enable - 12 + 14 Atypical Consulting SRL diff --git a/src/FastComponents/FastComponents.csproj b/src/FastComponents/FastComponents.csproj index c47e533..2e0534c 100644 --- a/src/FastComponents/FastComponents.csproj +++ b/src/FastComponents/FastComponents.csproj @@ -25,7 +25,7 @@ true true - 8.0-recommended + 10.0-recommended All All All @@ -81,10 +81,10 @@ Atypical Consulting SRL FastComponents - Code web, think .NET 8 with FastComponents for a successful MRA (Multiple Resources Application). + Code web, think .NET 10 with FastComponents for a successful MRA (Multiple Resources Application). - fastcomponents;mra architecture;core;net8 - Copyright (c) 2020-2024 Atypical Consulting SRL + fastcomponents;mra architecture;core;net10 + Copyright (c) 2020-2026 Atypical Consulting SRL https://github.com/Atypical-Consulting/FastComponents https://github.com/Atypical-Consulting/FastComponents.git git