Skip to content

Commit 63dccfa

Browse files
committed
Downgraded com.unity.test-framework version due to CI failures with newer version
1 parent c659fb2 commit 63dccfa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Examples/CharacterControllerMovingBodies/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"com.unity.netcode.gameobjects": "https://github.com/Unity-Technologies/com.unity.netcode.gameobjects.git?path=com.unity.netcode.gameobjects#develop-2.0.0",
1313
"com.unity.purchasing": "5.0.0-pre.4",
1414
"com.unity.services.multiplayer": "1.2.0-exp.2",
15-
"com.unity.test-framework": "2.0.1-pre.18",
15+
"com.unity.test-framework": "1.4.6",
1616
"com.unity.timeline": "1.8.8",
1717
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
1818
"com.unity.transport": "2.4.0",

Examples/OverridingScenesAndPrefabs/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"com.unity.netcode.gameobjects": "https://github.com/Unity-Technologies/com.unity.netcode.gameobjects.git?path=com.unity.netcode.gameobjects#develop-2.0.0",
1414
"com.unity.purchasing": "5.0.0-pre.4",
1515
"com.unity.services.multiplayer": "1.2.0-exp.2",
16-
"com.unity.test-framework": "2.0.1-pre.18",
16+
"com.unity.test-framework": "1.4.6",
1717
"com.unity.timeline": "1.8.8",
1818
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
1919
"com.unity.transport": "2.4.0",

Examples/PingTool/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"com.unity.multiplayer.tools": "2.2.3",
1414
"com.unity.netcode.gameobjects": "https://github.com/Unity-Technologies/com.unity.netcode.gameobjects.git?path=com.unity.netcode.gameobjects#develop-2.0.0",
1515
"com.unity.services.multiplayer": "1.2.0-exp.2",
16-
"com.unity.test-framework": "2.0.1-pre.18",
16+
"com.unity.test-framework": "1.4.6",
1717
"com.unity.timeline": "1.8.8",
1818
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
1919
"com.unity.transport": "2.4.0",

testproject-tools-integration/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"com.unity.multiplayer.center": "1.0.0",
77
"com.unity.multiplayer.tools": "2.2.3",
88
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
9-
"com.unity.test-framework": "2.0.1-pre.18",
9+
"com.unity.test-framework": "1.4.6",
1010
"com.unity.test-framework.performance": "3.0.3",
1111
"com.unity.modules.accessibility": "1.0.0",
1212
"com.unity.modules.ai": "1.0.0",

testproject/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"com.unity.package-validation-suite": "0.78.0-preview",
1111
"com.unity.services.authentication": "3.4.0",
1212
"com.unity.services.core": "1.14.0",
13-
"com.unity.test-framework": "2.0.1-pre.18",
13+
"com.unity.test-framework": "1.4.6",
1414
"com.unity.test-framework.performance": "3.0.3",
1515
"com.unity.timeline": "1.8.8",
1616
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",

0 commit comments

Comments
 (0)