Hi!
1. With every release of Dynamics Commerce ex: as below.
Do we need to build our solution for each of these Releases separately
OR
Higher release will support solution build with lower releases
Recently I got error while compiling the solution as below and works for 9.46.* version but not for 9.47.*
Error NU1107 Version conflict detected for Microsoft.Dynamics.Commerce.Diagnostics. Install/reference Microsoft.Dynamics.Commerce.Diagnostics 10.13.23290.1 directly to project ScaleUnit to resolve this issue.
ScaleUnit
-> CommerceRuntime
-> Microsoft.Dynamics.Commerce.Sdk.Runtime 9.47.24095.2
-> Microsoft.Dynamics.Commerce.Runtime.Services.Messages 9.47.24064.5
-> Microsoft.Dynamics.Commerce.Diagnostics (>= 10.13.23290.1 && < 10.14.0)
ScaleUnit ->
SampleApplication.ScaleUnit.Packaging 1.1.0.0
-> SampleApplication.StoreCommerce.Pos 1.1.0.0
-> Microsoft.Dynamics.Commerce.HardwareStation.Core 9.46.23357.1
-> Microsoft.Dynamics.Commerce.Diagnostics (>= 10.12.23177.1 && < 10.13.0).
Thanks!
Navneet Hegde