Skip to content

Runtime support

The .NET SDK is built and tested against the matrix below.

Runtime linuxmacoswindows
net8.0
net10.0

The minimum supported target framework is .NET 8 LTS (supported through November 2026). The SDK also tests against .NET 10 LTS (supported through November 2028).

Not supported. API keys (pp_test_*, pp_live_*) are secrets and must never ship to a browser. Call the SDK from a backend (ASP.NET Core, Worker Service, Azure Function, AWS Lambda) and proxy the result. Blazor Server is fine because the SDK runs on the server.