Compare commits

...

2 Commits

Author SHA1 Message Date
4051800934 merge
All checks were successful
Publish NuGets / build (release) Successful in 35s
2025-12-02 15:44:21 -05:00
a312428093 update to .net 10 lts 2025-12-02 15:40:31 -05:00
2 changed files with 2 additions and 2 deletions

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>