So we have 3 environments Dev > Test > Prod and there was a modification made in the Dev to delete a table that was no longer being used. This table was a part of 2 solutions.
The problem is that it will not allow us to publish either solution to test now as its saying there is a missing dependency and it references the deleted table.
Any recomendations welcome.