Skip to content

Commit a267266

Browse files
authored
Added Microsoft.CodeAnalysis.CSharp.Scripting (#535)
* NLog 4.5.0 * Added Microsoft.CodeAnalysis.CSharp.Scripting * Added Microsoft.CodeAnalysis.Scripting * Added Microsoft.CodeAnalysis.CSharp.Scripting.Common * Added Microsoft.CodeAnalysis.Scripting.Common * Removed Microsoft.CodeAnalysis.CSharp.Scripting.Common
1 parent 5004272 commit a267266

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

registry.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,13 @@
861861
"UNITY_EDITOR"
862862
]
863863
},
864+
"Microsoft.CodeAnalysis.CSharp.Scripting": {
865+
"listed": true,
866+
"version": "3.0.0",
867+
"defineConstraints": [
868+
"UNITY_EDITOR"
869+
]
870+
},
864871
"Microsoft.CodeAnalysis.NetAnalyzers": {
865872
"listed": true,
866873
"version": "5.0.3",
@@ -871,6 +878,20 @@
871878
"version": "2.9.0",
872879
"analyzer": true
873880
},
881+
"Microsoft.CodeAnalysis.Scripting": {
882+
"listed": true,
883+
"version": "3.0.0",
884+
"defineConstraints": [
885+
"UNITY_EDITOR"
886+
]
887+
},
888+
"Microsoft.CodeAnalysis.Scripting.Common": {
889+
"listed": true,
890+
"version": "3.0.0",
891+
"defineConstraints": [
892+
"UNITY_EDITOR"
893+
]
894+
},
874895
"Microsoft.CSharp": {
875896
"ignore": true
876897
},

0 commit comments

Comments
 (0)