SdkResolverContext.MSBuildVersion Property

Definition

Version of MSBuild currently running.

public:  virtual property Version ^ MSBuildVersion {  public:
Version ^ get(); protected:
 void set(Version ^ value); };
public virtual Version MSBuildVersion { get; protected set; }
member this.MSBuildVersion : Version with get, set
Public Overridable Property MSBuildVersion As Version

Property Value

Remarks

File version is informational and not equal to the assembly version.

Applies to