update to .net 10 lts

This commit is contained in:
Mathias Beaulieu-Duncan 2025-12-02 15:40:31 -05:00
parent e72cbe4319
commit a312428093
3 changed files with 4 additions and 3 deletions

View File

@ -41,7 +41,8 @@
"WebFetch(domain:www.kenmuse.com)", "WebFetch(domain:www.kenmuse.com)",
"WebFetch(domain:blog.rsuter.com)", "WebFetch(domain:blog.rsuter.com)",
"WebFetch(domain:natemcmaster.com)", "WebFetch(domain:natemcmaster.com)",
"WebFetch(domain:www.nuget.org)" "WebFetch(domain:www.nuget.org)",
"Bash(dotnet restore:*)"
], ],
"deny": [], "deny": [],
"ask": [] "ask": []

View File

@ -301,7 +301,7 @@ All projects target .NET 10.0 and use C# 14, sharing common configuration:
### Package Dependencies ### Package Dependencies
**Core 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 - **FluentValidation**: 11.11.0
- **PoweredSoft.DynamicQuery**: 3.0.1 - **PoweredSoft.DynamicQuery**: 3.0.1
- **Pluralize.NET**: 1.0.2 - **Pluralize.NET**: 1.0.2

View File

@ -27,6 +27,6 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0-rc.2.25502.107" /> <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>