Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the conversion is a minor upgrade operation. With a minor upgrade, the converted project file can be opened in the older version of Visual Studio as well, so the tools version isn’t updated.
Namespace: Microsoft.Build.Conversion
Assembly: Microsoft.Build.Conversion.Core (in Microsoft.Build.Conversion.Core.dll)
Syntax
'Declaration
Public Property IsMinorUpgrade As Boolean
public bool IsMinorUpgrade { get; set; }
public:
property bool IsMinorUpgrade {
bool get ();
void set (bool value);
}
member IsMinorUpgrade : bool with get, set
function get IsMinorUpgrade () : boolean
function set IsMinorUpgrade (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.