From 683d21e3f2c887640550619399f572e7ee0a93e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Penavaire?= Date: Wed, 22 Sep 2021 19:09:45 +0200 Subject: [PATCH 1/2] Revert #5721 --- TestProjects/HDRP_Tests/Packages/manifest.json | 2 +- TestProjects/ShaderGraph/Packages/packages-lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TestProjects/HDRP_Tests/Packages/manifest.json b/TestProjects/HDRP_Tests/Packages/manifest.json index ac16043b398..157d78839b3 100644 --- a/TestProjects/HDRP_Tests/Packages/manifest.json +++ b/TestProjects/HDRP_Tests/Packages/manifest.json @@ -7,7 +7,7 @@ "com.unity.render-pipelines.high-definition": "file:../../../com.unity.render-pipelines.high-definition", "com.unity.render-pipelines.high-definition-config": "file:../../../com.unity.render-pipelines.high-definition-config", "com.unity.shadergraph": "file:../../../com.unity.shadergraph", - "com.unity.test-framework": "1.1.29", + "com.unity.test-framework": "1.1.18", "com.unity.testframework.graphics": "7.8.11-preview", "com.unity.testing.hdrp": "file:../../../com.unity.testing.hdrp", "com.unity.testing.xr": "file:../../../com.unity.testing.xr", diff --git a/TestProjects/ShaderGraph/Packages/packages-lock.json b/TestProjects/ShaderGraph/Packages/packages-lock.json index 53921345226..2fbf05e0667 100644 --- a/TestProjects/ShaderGraph/Packages/packages-lock.json +++ b/TestProjects/ShaderGraph/Packages/packages-lock.json @@ -96,7 +96,7 @@ "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.29" + "com.unity.test-framework": "1.1.18" }, "url": "https://packages.unity.com" }, @@ -105,7 +105,7 @@ "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.29", + "com.unity.test-framework": "1.1.18", "com.unity.external.test-protocol": "1.0.1-preview" }, "url": "https://packages.unity.com" @@ -126,7 +126,7 @@ "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.29" + "com.unity.test-framework": "1.1.18" }, "url": "https://packages.unity.com" }, From 71e56fe122ba90a2c320a53f8f860c663ca0c4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Penavaire?= Date: Wed, 22 Sep 2021 19:16:10 +0200 Subject: [PATCH 2/2] Revert SG file changes --- TestProjects/ShaderGraph/Packages/packages-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TestProjects/ShaderGraph/Packages/packages-lock.json b/TestProjects/ShaderGraph/Packages/packages-lock.json index 2fbf05e0667..53921345226 100644 --- a/TestProjects/ShaderGraph/Packages/packages-lock.json +++ b/TestProjects/ShaderGraph/Packages/packages-lock.json @@ -96,7 +96,7 @@ "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.18" + "com.unity.test-framework": "1.1.29" }, "url": "https://packages.unity.com" }, @@ -105,7 +105,7 @@ "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.18", + "com.unity.test-framework": "1.1.29", "com.unity.external.test-protocol": "1.0.1-preview" }, "url": "https://packages.unity.com" @@ -126,7 +126,7 @@ "depth": 0, "source": "registry", "dependencies": { - "com.unity.test-framework": "1.1.18" + "com.unity.test-framework": "1.1.29" }, "url": "https://packages.unity.com" },