I could not set the MSBuildToolVersion value as NET461 #3091
-
What You Are Seeing?I could not build the .NET Standard 2.0 version project using cake script and Need to Automate the .NET Standard 2.0. There is no options to set MSBuildToolVersion value as NET461. (NET Standard 2.0 target version is NET461). What is Expected?What version of Cake are you using?Latest version Are you running on a 32 or 64 bit system?64 bit What environment are you running on? Windows? Linux? Mac?windows Are you running on a CI Server? If so, which one?How Did You Get This To Happen? (Steps to Reproduce)Create the project in VS 2017 15.3 version. Output LogGIST LINK - Please create a gist and link to that gist here OR PLACE LOG CONTENT HERE |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Yes, I want to set the MSBuild version as NET461 using MSBuildToolVersion enum. Can you please suggest any other way to achieve it, if any? |
Beta Was this translation helpful? Give feedback.
-
@parthipanr So you want to use |
Beta Was this translation helpful? Give feedback.
@parthipanr So you want to use
MSBuild 15
in other words. Pass VS2017 which will correspond to theMSBuildVersion
MSBuild15.