diff --git a/lib/PuppeteerSharp/Helpers/Json/SystemTextJsonSerializationContext.cs b/lib/PuppeteerSharp/Helpers/Json/SystemTextJsonSerializationContext.cs
index 85bcc1ca5..59d1821c5 100644
--- a/lib/PuppeteerSharp/Helpers/Json/SystemTextJsonSerializationContext.cs
+++ b/lib/PuppeteerSharp/Helpers/Json/SystemTextJsonSerializationContext.cs
@@ -205,6 +205,7 @@ namespace PuppeteerSharp.Helpers.Json;
[JsonSerializable(typeof(TargetSendMessageToTargetRequest))]
[JsonSerializable(typeof(TargetSetAutoAttachRequest))]
[JsonSerializable(typeof(TargetSetDiscoverTargetsRequest))]
+[JsonSerializable(typeof(TargetType))]
[JsonSerializable(typeof(TracingCompleteResponse))]
[JsonSerializable(typeof(TracingStartRequest))]
[JsonSerializable(typeof(WSEndpointResponse))]
diff --git a/lib/PuppeteerSharp/PuppeteerSharp.csproj b/lib/PuppeteerSharp/PuppeteerSharp.csproj
index c5ee49d4f..dbc981596 100644
--- a/lib/PuppeteerSharp/PuppeteerSharp.csproj
+++ b/lib/PuppeteerSharp/PuppeteerSharp.csproj
@@ -12,10 +12,10 @@
Headless Browser .NET API
PuppeteerSharp
- 19.0.0
- 19.0.0
- 19.0.0
- 19.0.0
+ 19.0.1
+ 19.0.1
+ 19.0.1
+ 19.0.1
false
false
embedded