You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
627 B
26 lines
627 B
{ |
|
"name": "Unity.VSCode.Editor", |
|
"references": [], |
|
"optionalUnityReferences": [], |
|
"includePlatforms": [ |
|
"Editor" |
|
], |
|
"excludePlatforms": [], |
|
"versionDefines": [ |
|
{ |
|
"name": "Unity", |
|
"expression": "2021.2.0a9", |
|
"define": "ROSLYN_ANALYZER_FIX" |
|
}, |
|
{ |
|
"name": "Unity", |
|
"expression": "[2021.1.2f1,2021.2.0a1]", |
|
"define": "ROSLYN_ANALYZER_FIX" |
|
}, |
|
{ |
|
"name": "Unity", |
|
"expression": "[2020.3.6f1,2021.0]", |
|
"define": "ROSLYN_ANALYZER_FIX" |
|
} |
|
] |
|
}
|
|
|