From 12eeaed858332b20b6c49844c4d40360e9c8e723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 12:49:19 +0000 Subject: [PATCH] Bump the dotnet group with 1 update Bumps Microsoft.Build.Traversal from 4.1.0 to 4.1.82 --- updated-dependencies: - dependency-name: Microsoft.Build.Traversal dependency-version: 4.1.82 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] --- .../netcore-hosting/csharp/HostWithHostFxr/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/core/tutorials/netcore-hosting/csharp/HostWithHostFxr/global.json b/samples/snippets/core/tutorials/netcore-hosting/csharp/HostWithHostFxr/global.json index f17298ca87187..a4111e410f82f 100644 --- a/samples/snippets/core/tutorials/netcore-hosting/csharp/HostWithHostFxr/global.json +++ b/samples/snippets/core/tutorials/netcore-hosting/csharp/HostWithHostFxr/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "Microsoft.Build.Traversal": "4.1.0" + "Microsoft.Build.Traversal": "4.1.82" } } \ No newline at end of file