File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/MinimalHelpers.OpenApi Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99 <ItemGroup >
1010 <PackageReference Include =" FluentValidation.DependencyInjectionExtensions" Version =" 12.0.0" />
11- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.5 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.6 " />
1212 <PackageReference Include =" Swashbuckle.AspNetCore.SwaggerUI" Version =" 8.1.4" />
1313 <PackageReference Include =" TinyHelpers.AspNetCore" Version =" 4.0.26" />
1414 </ItemGroup >
Original file line number Diff line number Diff line change 3030 </ItemGroup >
3131
3232 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
33- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8.0.16 " />
33+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8.0.17 " />
3434 </ItemGroup >
3535
3636 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
37- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.5 " />
37+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.6 " />
3838 </ItemGroup >
3939
4040 <ItemGroup >
You can’t perform that action at this time.
0 commit comments