Class IsProjectCsprojSdkStyleResult
- Namespace
- SunamoDevCode.Aps.Projs.Results
- Assembly
- SunamoDevCode.dll
Result of checking if a project uses SDK-style csproj format.
public class IsProjectCsprojSdkStyleResult
- Inheritance
-
IsProjectCsprojSdkStyleResult
- Inherited Members
- Extension Methods
Properties
Content
Gets or sets the content of the csproj file.
public string Content { get; set; }
Property Value
IsNetstandard
Gets or sets a value indicating whether the project targets .NET Standard.
public bool IsNetstandard { get; set; }
Property Value
IsProjectCsprojSdkStyleIsCore
Gets or sets a value indicating whether the project is SDK-style and .NET Core.
public bool IsProjectCsprojSdkStyleIsCore { get; set; }