DotNetCoreSdkSearch element (Netfx extension)
Searches for an installation of .NET Core SDK. The variable gets set to the latest version of the given Platform and Major Version.
Attributes
After
stringId of the search that this one should come after.
Condition
stringCondition for evaluating the search. If this evaluates to false, the search is not executed at all.
Id
stringIdentifier for the search. If the Id is not specified, one will be generated.
MajorVersion
wxs:IntegerMajor version of .NET SDK. For example, “6”.
Platform
NetfxPreprocessorPlatformTypeThe platform to search for.
Variable
string requiredName of the variable in which to place the result of the search.