Skip to content

Commit a8cbb57

Browse files
Bump openapi-dotnet monorepo to 1.6.28
| datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | nuget | Microsoft.OpenApi | 1.6.27 | 1.6.28 | | nuget | Microsoft.OpenApi.Readers | 1.6.27 | 1.6.28 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e81f896 commit a8cbb57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TodoApp/TodoApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.9" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.9" />
1919
<PackageReference Include="Microsoft.Extensions.ApiDescription.Server" Version="9.0.9" PrivateAssets="all" />
20-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.27" />
20+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.28" />
2121
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.9.3" PrivateAssets="all" />
2222
<PackageReference Include="NSwag.AspNetCore" Version="14.6.1" />
2323
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.6.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.9" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
15-
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.27" />
15+
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.28" />
1616
<PackageReference Include="Microsoft.Playwright" Version="1.55.0" />
1717
<PackageReference Include="Verify.XunitV3" Version="30.20.1" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />

0 commit comments

Comments
 (0)