Table of Contents

Method BuildNETProj

Namespace
Alternet.Common.DotNet
Assembly
Alternet.Common.v10.dll

BuildNETProj(bool, bool, bool, bool, string, string, IList<string>, IList<string>)

public static string? BuildNETProj(bool isCore, bool isSdk, bool useWpf, bool useMAUI, string projectPath, string frameworkVersion, IList<string> references, IList<string> files)

Parameters

isCore bool
isSdk bool
useWpf bool
useMAUI bool
projectPath string
frameworkVersion string
references IList<string>
files IList<string>

Returns

string