Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I see that Microsoft.Smartdevice.Connectivity libraries are linked with SpecificVersion = False flag. Actually, this is a bad practice and can break build in the future, example: http://social.msdn.microsoft.com/Forums/en-US/11098ece-d1ca-45b7-90be-88df14fa05dd/specific-version-false-doesnt-work-as-expected?forum=csharpide
Please note, that by default SpecificVersion = True. So, following best practices I highly recommend to change this parameter to True also.