Skip to content

Commit 9e677d1

Browse files
committed
made packages editor only
1 parent 1de0b41 commit 9e677d1

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

registry.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,11 +480,17 @@
480480
},
481481
"Microsoft.CodeAnalysis.Common": {
482482
"listed": true,
483-
"version": "3.0.0"
483+
"version": "3.0.0",
484+
"defineConstraints": [
485+
"UNITY_EDITOR"
486+
]
484487
},
485488
"Microsoft.CodeAnalysis.CSharp": {
486489
"listed": true,
487-
"version": "3.0.0"
490+
"version": "3.0.0",
491+
"defineConstraints": [
492+
"UNITY_EDITOR"
493+
]
488494
},
489495
"Microsoft.CodeAnalysis.NetAnalyzers": {
490496
"listed": true,

0 commit comments

Comments
 (0)