PeachPied.WordPress.Build.Plugin
Project SDK for WpDotNet plugins and themes. Usage: 1. Create project XML file "{{slug_id}}.msbuildproj" in the plugin/theme folder: A. For a plugin: <Project Sdk="PeachPied.WordPress.Build.Plugin/"></Project> B. For a theme: <Project Sdk="PeachPied.WordPress.Build.Plugin/"><PropertyGroup><WpContentTarget>themes</WpContentTarget></PropertyGroup></Project> 2. Build or pack the project: dotnet build dotnet pack 3. Reference the project/package from web application, see "PeachPied.WordPress.AspNetCore" for running the WordPress on ASP.NET Core.
Install
dotnet add package PeachPied.WordPress.Build.Plugin --version 6.0.1-rc-009
Install-Package PeachPied.WordPress.Build.Plugin -Version 6.0.1-rc-009
<PackageReference Include="PeachPied.WordPress.Build.Plugin" Version="6.0.1-rc-009" />
Frameworks
Dependencies
No declared dependencies.
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
This version is marked prerelease. Validate its API and upgrade path before production use.
Compatibility metadata lists 1 target framework; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.