beforeCreateServerCsproj( _: dotnetTypes.DsgContext, eventParams: dotnet.CreateServerCsprojParams ) { eventParams.packageReferences.push({ include: "Npgsql.EntityFrameworkCore.PostgreSQL", version: "8.0.4", }); return eventParams; }
Creates or updates the .csproj file for the .NET server.
CreateServerCsproj
<PropertyGroup>
<ItemGroup>
Show properties
Was this page helpful?