The documentation for changing the CLI version of your Visual Studio Tools for Apache Cordova project states that:
Plugins are tested against a specific version of each Cordova platform [...] In a sense, it's tied to that version of the Android platform
So let's say I want to upgrade my cordova-android platform to version 7.1.0.
Where can I find out what version of the plugins I'm using have been tested against that version of the platform?
The most significant plugins I'm using are the camera and file plugins