.NET Plugin Event Reference
Create Server Csproj
Creates or updates the .csproj file for the .NET server.
Event Name
CreateServerCsproj
Event Parameters
Key-value pairs of properties to update within the <PropertyGroup>
section of the .csproj file.
An array of package references to add or update in the <ItemGroup>
section of the .csproj file. Each item is an object with the following structure:
Was this page helpful?