From 02b89b4a889af70ce5797737d0a98cd85e63a40b Mon Sep 17 00:00:00 2001 From: "unity-renovate[bot]" <120015202+unity-renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:25:09 +0000 Subject: [PATCH] chore(deps): update upm project dependency com.unity.test-framework.performance to v3 --- testproject-tools-integration/Packages/manifest.json | 2 +- testproject/Packages/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testproject-tools-integration/Packages/manifest.json b/testproject-tools-integration/Packages/manifest.json index 8d09d0ccac..5e5a89268c 100644 --- a/testproject-tools-integration/Packages/manifest.json +++ b/testproject-tools-integration/Packages/manifest.json @@ -5,7 +5,7 @@ "com.unity.multiplayer.tools": "https://github.com/Unity-Technologies/com.unity.multiplayer.tools.git#release/1.1.1", "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", + "com.unity.test-framework.performance": "3.0.3", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", diff --git a/testproject/Packages/manifest.json b/testproject/Packages/manifest.json index 015b106e47..90b41d3658 100644 --- a/testproject/Packages/manifest.json +++ b/testproject/Packages/manifest.json @@ -12,7 +12,7 @@ "com.unity.services.core": "1.14.0", "com.unity.services.relay": "1.0.5", "com.unity.test-framework": "1.3.3", - "com.unity.test-framework.performance": "2.8.1-preview", + "com.unity.test-framework.performance": "3.0.3", "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.8.2", "com.unity.ugui": "1.0.0",