packages: test-framework updated to 1.1.29. fixes bug where it wouldn't run selected tests

This commit is contained in:
vis2k 2021-09-07 00:48:42 +08:00
parent 8612c023a6
commit a2aa6bff46
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"com.unity.ide.rider": "1.2.1", "com.unity.ide.rider": "1.2.1",
"com.unity.ide.visualstudio": "2.0.8", "com.unity.ide.visualstudio": "2.0.8",
"com.unity.ide.vscode": "1.2.3", "com.unity.ide.vscode": "1.2.3",
"com.unity.test-framework": "1.1.24", "com.unity.test-framework": "1.1.29",
"com.unity.testtools.codecoverage": "1.0.0", "com.unity.testtools.codecoverage": "1.0.0",
"com.unity.textmeshpro": "2.1.4", "com.unity.textmeshpro": "2.1.4",
"com.unity.ugui": "1.0.0", "com.unity.ugui": "1.0.0",

View File

@ -52,7 +52,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.test-framework": { "com.unity.test-framework": {
"version": "1.1.24", "version": "1.1.29",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {