Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 12aa7ea

Browse files
committed
Add HttpClient ref
1 parent 1ea890c commit 12aa7ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceStack.Text/LicenseUtils.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,13 +387,15 @@ static class _approved
387387
internal static readonly HashSet<string> __tokens = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
388388
{
389389
"ServiceStack.ServiceClientBase+AccessToken",
390+
"ServiceStack.JsonHttpClient+AccessToken",
390391
"ServiceStack.RabbitMq.RabbitMqProducer+AccessToken",
391392
"ServiceStack.Messaging.RedisMessageQueueClient+AccessToken",
392393
"ServiceStack.Messaging.RedisMessageProducer+AccessToken",
393394
};
394395

395396
internal static readonly HashSet<string> __dlls = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
396397
{
398+
"ServiceStack.HttpClient.dll",
397399
"ServiceStack.Client.dll",
398400
"ServiceStack.RabbitMq.dll",
399401
"<Unknown>"

0 commit comments

Comments
 (0)