12 lines
252 B
Text
12 lines
252 B
Text
|
{
|
||
|
"name": "Unity.[SubGroup].[YourPackageName].Tests",
|
||
|
"references": [
|
||
|
"Unity.[SubGroup].[YourPackageName]"
|
||
|
],
|
||
|
"optionalUnityReferences": [
|
||
|
"TestAssemblies"
|
||
|
],
|
||
|
"includePlatforms": [],
|
||
|
"excludePlatforms": []
|
||
|
}
|