update performance framework to remove warnings

This commit is contained in:
vis2k 2021-03-15 09:37:39 +08:00
parent dbf8f61815
commit 9ba02a6169
2 changed files with 4 additions and 6 deletions

View File

@ -5,7 +5,7 @@
"com.unity.ide.rider": "1.1.4", "com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.2.3", "com.unity.ide.vscode": "1.2.3",
"com.unity.test-framework": "1.1.22", "com.unity.test-framework": "1.1.22",
"com.unity.test-framework.performance": "1.2.3-preview", "com.unity.test-framework.performance": "2.7.0-preview",
"com.unity.textmeshpro": "2.0.1", "com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.6", "com.unity.timeline": "1.2.6",
"com.unity.ugui": "1.0.0", "com.unity.ugui": "1.0.0",

View File

@ -47,14 +47,12 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.test-framework.performance": { "com.unity.test-framework.performance": {
"version": "1.2.3-preview", "version": "2.7.0-preview",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.test-framework": "1.0.13", "com.unity.test-framework": "1.1.0",
"com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0"
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.vr": "1.0.0"
}, },
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },