Hi,
I'm trying to build the RetailSDK on new VHD. 10.0.27 (Upgarded from 10.0.24 with UAT DB restored)
When I run the msbuild, I'm getting below error.
C:\RetailSDK>MSBuild /t:rebuild
Microsoft (R) Build Engine Version 3.5.30729.9034
[Microsoft .NET Framework, Version 2.0.50727.9044
Copyright (C) Microsoft Corporation 2007. All rights reserved.
C:\RetailSDK\dirs.proj : error MSB4132: The tools version "14.0" is unrecognized.
Below is the dirs.project:
True
True
True
$(BuildDependsOn);
ValidateNugetConfig;
CheckVS2017Installed;
InstallDotNetRuntimeSdkdependencies;
CheckVS2017Dependencies;
CheckSdkBasePathLength;
RestorePackages;
Appreciate any tips.