Skip to content

Commit 8dbb5c0

Browse files
Catalina VarticEvergreen
authored andcommitted
Revert removal of com.unity.ide.rider package from SRP_SmokeTest manifest
Slack thread: https://unity.slack.com/archives/C02AS13NMGC/p1713351585445409 > Each time we need to open the SmokeTest project with rider, we would need to add it This PR reverts the removal of the package from the manifest, that was part of PR https://github.cds.internal.unity3d.com/unity/unity/pull/41829
1 parent 2fa5187 commit 8dbb5c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SRPTests/Projects/SRP_SmokeTest/Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"disableProjectUpdate": true,
44
"dependencies": {
55
"com.unity.ide.visualstudio": "2.0.17",
6+
"com.unity.ide.rider": "3.0.17",
67
"com.unity.render-pipelines.core": "file:../../../../../Packages/com.unity.render-pipelines.core",
78
"com.unity.render-pipelines.high-definition": "file:../../../../../Packages/com.unity.render-pipelines.high-definition",
89
"com.unity.render-pipelines.high-definition-config": "file:../../../../../Packages/com.unity.render-pipelines.high-definition-config",

0 commit comments

Comments
 (0)