Skip to content

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

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.

MajorVersion

wxs:Integer

Major version of .NET SDK. For example, “6”.

Platform

NetfxPreprocessorPlatformType

The platform to search for.

Variable

string required

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

Parents