The name `target' does not exist in the current context

You have a

public Transform targets;

I would suggest changing that to

public Transform target;