
I have tried following the diagnostic fix: In order to fix this diagnostic, you have to replace the dependencies specifed on the 'Base Application' and 'System Application' in the dependencies property by the application property in the app.json of the extension.
AppSourceCop Warning AS0085 - Business Central | Microsoft Docs, (The link from the error)
But still no luck.
How do I fix this warning? I am trying to deploy to AppSource.
Hi,
Do not list the base apps in the dependency array of the app.json file. Use the platform and application property instead.
"platform": "20.0.0.0",
"application": "20.0.0.0"