From a18c93dc8ec6317c77451a088fc9a1c4a09c9523 Mon Sep 17 00:00:00 2001 From: "unity-renovate[bot]" <120015202+unity-renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 00:22:39 +0000 Subject: [PATCH] chore(deps): update upm project dependency com.unity.multiplayer.tools to v2 --- testproject-tools-integration/Packages/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject-tools-integration/Packages/manifest.json b/testproject-tools-integration/Packages/manifest.json index be21abb21b..a1cd3d59d2 100644 --- a/testproject-tools-integration/Packages/manifest.json +++ b/testproject-tools-integration/Packages/manifest.json @@ -2,7 +2,7 @@ "disableProjectUpdate": false, "dependencies": { "com.unity.ide.rider": "3.0.34", - "com.unity.multiplayer.tools": "1.1.1", + "com.unity.multiplayer.tools": "2.2.6", "com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects", "com.unity.test-framework": "1.1.33", "com.unity.test-framework.performance": "2.8.0-preview",