From a3124280933d44c15a137e4e1c1d5e64f3a710d8 Mon Sep 17 00:00:00 2001 From: Mathias Beaulieu-Duncan Date: Tue, 2 Dec 2025 15:40:31 -0500 Subject: [PATCH] update to .net 10 lts --- .claude/settings.local.json | 3 ++- CLAUDE.md | 2 +- Svrnty.CQRS.Abstractions/Svrnty.CQRS.Abstractions.csproj | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 5b1f498..c2cf6ed 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -41,7 +41,8 @@ "WebFetch(domain:www.kenmuse.com)", "WebFetch(domain:blog.rsuter.com)", "WebFetch(domain:natemcmaster.com)", - "WebFetch(domain:www.nuget.org)" + "WebFetch(domain:www.nuget.org)", + "Bash(dotnet restore:*)" ], "deny": [], "ask": [] diff --git a/CLAUDE.md b/CLAUDE.md index 54e1b3c..d115a23 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -301,7 +301,7 @@ All projects target .NET 10.0 and use C# 14, sharing common configuration: ### Package Dependencies **Core Dependencies:** -- **Microsoft.Extensions.DependencyInjection.Abstractions**: 10.0.0-rc.2.25502.107 (will update to stable when .NET 10 is released) +- **Microsoft.Extensions.DependencyInjection.Abstractions**: 10.0.0 - **FluentValidation**: 11.11.0 - **PoweredSoft.DynamicQuery**: 3.0.1 - **Pluralize.NET**: 1.0.2 diff --git a/Svrnty.CQRS.Abstractions/Svrnty.CQRS.Abstractions.csproj b/Svrnty.CQRS.Abstractions/Svrnty.CQRS.Abstractions.csproj index cddb899..c5bf5d2 100644 --- a/Svrnty.CQRS.Abstractions/Svrnty.CQRS.Abstractions.csproj +++ b/Svrnty.CQRS.Abstractions/Svrnty.CQRS.Abstractions.csproj @@ -27,6 +27,6 @@ - +