DotNetCoreSdkFeatureBandSearch element (Netfx extension)
Searches for an installation of .NET Core SDK of the given platform. The variable gets set to the latest version of the SDK that is in the feature band specified by 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.
Platform
NetfxPreprocessorPlatformTypeThe platform to search for.
Variable
string requiredName of the variable in which to place the result of the search.
Version
wxs:StrictThreePartVersionTypeA specific .NET Core SDK feature band. For example, “6.0.400”. For more information about feature bands, see https://learn.microsoft.com/en-us/dotnet/core/releases-and-support#feature-bands-sdk-only.