Compare commits
2 Commits
dea62c2434
...
4051800934
| Author | SHA1 | Date | |
|---|---|---|---|
| 4051800934 | |||
| a312428093 |
@ -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
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user