Skip to content

Commit

Permalink
Update dependency FluentValidation.AspNetCore to v11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 27, 2022
1 parent ef42bde commit a5655f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ApiTemplate/Source/ApiTemplate/ApiTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<PackageReference Include="Boxed.AspNetCore" Version="8.0.0" />
<PackageReference Include="Boxed.AspNetCore.Swagger" Version="10.0.0" Condition="'$(Swagger)' == 'true'" />
<PackageReference Include="Boxed.Mapping" Version="6.0.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.0.3" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.1.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.0" Condition="'$(ApplicationInsights)' == 'true'" />
<PackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version="2.2.0" Condition="'$(ApplicationInsights)' == 'true'" />
<PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="6.0.6" Condition="'$(Azure)' == 'true'" />
Expand Down

0 comments on commit a5655f4

Please sign in to comment.