Skip to content

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

string

Id of the search that this one should come after.

Condition

string

Condition for evaluating the search. If this evaluates to false, the search is not executed at all.

Id

string

Identifier for the search. If the Id is not specified, one will be generated.

Platform

NetfxPreprocessorPlatformType

The platform to search for.

Variable

string required

Name of the variable in which to place the result of the search.

Version

wxs:StrictThreePartVersionType

A 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.

Parents