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 @@ - +