From bae36ce054be34288b7327ea9ad3e80c6694d508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:31:54 +0000 Subject: [PATCH] Bump dotnet-ilverify from 9.0.0 to 9.0.4 Bumps [dotnet-ilverify](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.4) --- updated-dependencies: - dependency-name: dotnet-ilverify dependency-version: 9.0.4 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 b4dc5cd0..1c5e3495 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ilverify": { - "version": "9.0.0", + "version": "9.0.4", "commands": [ "ilverify" ]