From 94f3b7e1f77139dccc55b7b4c15a31d36328b4ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:26:52 +0000 Subject: [PATCH] Bump microsoft.dotnet-openapi from 8.0.6 to 8.0.8 Bumps [microsoft.dotnet-openapi](https://github.com/dotnet/aspnetcore) from 8.0.6 to 8.0.8. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.6...v8.0.8) --- updated-dependencies: - dependency-name: microsoft.dotnet-openapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index eb86bf3a..8f232e99 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -10,7 +10,7 @@ "rollForward": false }, "microsoft.dotnet-openapi": { - "version": "8.0.6", + "version": "8.0.8", "commands": [ "dotnet-openapi" ],