Skip to content

Commit 6cfbeb3

Browse files
Fix NU1605 package downgrade error for FluentValidation (#10)
* Initial plan * Upgrade FluentValidation to 11.12.0 across all projects to fix NU1605 Co-authored-by: snglrtycrvtureofspce <51172121+snglrtycrvtureofspce@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: snglrtycrvtureofspce <51172121+snglrtycrvtureofspce@users.noreply.github.com>
1 parent fdaff8a commit 6cfbeb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

samples/snglrtycrvtureofspce.Core.Samples.BasicApi/snglrtycrvtureofspce.Core.Samples.BasicApi.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17+
<PackageReference Include="FluentValidation" Version="11.12.0" />
1718
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0" />
1819
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
1920
</ItemGroup>

src/snglrtycrvtureofspce.Core/snglrtycrvtureofspce.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="6.4.0" />
27-
<PackageReference Include="FluentValidation" Version="11.9.0" />
27+
<PackageReference Include="FluentValidation" Version="11.12.0" />
2828
<PackageReference Include="MediatR" Version="12.2.0" />
2929
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.29" />
3030
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.29" />

0 commit comments

Comments
 (0)