I am testing the transition from VS 2015 to VS 2017 for the .NET Core / TypeScript project.
Build in VS 2017 crashes with this error in Microsoft.TypeScript.targets:
MSB4064 The "PreferredUILang" parameter is not supported by the "VsTsc" task. Verify the parameter exists on the task, and it is a settable public instance property.
The TypeScript version in VS 2017 is 2.1.5, however I already installed the 2.2.1 SDK for Visual Studio 2015.
I also noted that there is no version 2.2+ SDK for Visual Studio 2017 yet.
Could this be a cause of conflict? Is this something I can solve now, or do I need to wait for an update for TypeScript SDK for VS 2017 to 2.2.1 +?
Any help in this area is appreciated!
source
share