File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/MinimalHelpers.OpenApi Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88
99 <ItemGroup >
1010 <PackageReference Include =" FluentValidation.DependencyInjectionExtensions" Version =" 11.11.0" />
11- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.2 " />
12- <PackageReference Include =" Swashbuckle.AspNetCore.SwaggerUI" Version =" 7.3.0 " />
13- <PackageReference Include =" TinyHelpers.AspNetCore" Version =" 4.0.19 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.3 " />
12+ <PackageReference Include =" Swashbuckle.AspNetCore.SwaggerUI" Version =" 7.3.1 " />
13+ <PackageReference Include =" TinyHelpers.AspNetCore" Version =" 4.0.21 " />
1414 </ItemGroup >
1515
1616 <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.13 " />
33+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 8.0.14 " />
3434 </ItemGroup >
3535
3636 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
37- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.2 " />
37+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.3 " />
3838 </ItemGroup >
3939
4040 <ItemGroup >
You can’t perform that action at this time.
0 commit comments