Hi All,
Greetings of the day!
I am working on an On-Premises Business Central environment, and we have two development teams working on the same instance of BC. My team’s extension references the other team’s extension as part of the project.
Initially, during development, the other team’s extension version on the UAT server was 1.0.0.76 and we referenced this version in our work. However, when we attempted to deploy our code to production using the BC Admin Shell with the following command:
We encountered issues due to version mismatches:
- In UAT, the latest version of the other team’s extension is now 1.0.0.98.
- In production, the version available is 1.0.0.90.
- In our code, we still reference version 1.0.0.76.
Could anyone suggest how we can resolve this issue? The version discrepancies are blocking our production deployment, and I am currently stuck. Any guidance or suggestions would be greatly appreciated.
Thank you so much for your help!