I’ve got build server running CruiseControl.NET and recently it started throwing this error on one of my projects (.NET 2.0, C#):
MSB3176: Specified minimum required version is greater than the current publish version. Please specify a version less than or equal to the current publish version. in Microsoft.Common.targets(2238, 9)
I’ve search the net, but could not find a solution.
Any suggestions?
Check the properties of your project. The version numbers are on the ‘publish’ tab. You should compare the publish version with the minimum version (‘Updates’ button).