Skip to content

Commit b457cd3

Browse files
Bump the microsoft-openapi group with 2 updates (#264)
Bumps the microsoft-openapi group with 2 updates: [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) and [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET). Updates `Microsoft.OpenApi` from 1.6.23 to 1.6.24 - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Changelog](https://github.com/microsoft/OpenAPI.NET/blob/v1.6.24/CHANGELOG.md) - [Commits](microsoft/OpenAPI.NET@1.6.23...v1.6.24) Updates `Microsoft.OpenApi.Readers` from 1.6.23 to 1.6.24 - [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases) - [Changelog](https://github.com/microsoft/OpenAPI.NET/blob/v1.6.24/CHANGELOG.md) - [Commits](microsoft/OpenAPI.NET@1.6.23...v1.6.24) --- updated-dependencies: - dependency-name: Microsoft.OpenApi dependency-version: 1.6.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-openapi - dependency-name: Microsoft.OpenApi.Readers dependency-version: 1.6.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-openapi ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c0f1a2 commit b457cd3

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.3" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.3" />
1919
<PackageReference Include="Microsoft.Extensions.ApiDescription.Server" Version="9.0.3" PrivateAssets="all" />
20-
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" />
20+
<PackageReference Include="Microsoft.OpenApi" Version="1.6.24" />
2121
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.8.1" PrivateAssets="all" />
2222
<PackageReference Include="NSwag.AspNetCore" Version="14.2.0" />
2323
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.0.0" />

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.5.1" />
1313
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.3" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
15-
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.23" />
15+
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.24" />
1616
<PackageReference Include="Microsoft.Playwright" Version="1.51.0" />
1717
<PackageReference Include="Verify.XunitV3" Version="28.16.0" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />

0 commit comments

Comments
 (0)