From 904560a7b5eafd7580fb0a03e778d1751e72a503 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 1 Aug 2024 21:13:04 -0400 Subject: build(app): swallow vnlib.webserver into core & build updates --- lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Net.Rest.Client') diff --git a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj index 95f7e05..37ae341 100644 --- a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj +++ b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj @@ -20,7 +20,7 @@ Copyright © 2024 Vaughn Nugent Provides a RestClient connection pool using the Utils.ObjectRental framework for reusing RestClients with a common configuration to execute RestRequests against. This library also implements an OAuth2 authenticator for the RestSharp IAuthenticator using the client credentials method. https://www.vaughnnugent.com/resources/software/modules/VNLib.Core - https://github.com/VnUgE/VNLib.Core/tree/main/lib/Net.Rest.Client + https://github.com/VnUgE/VNLib.Core/tree/master/lib/Net.Rest.Client README.md LICENSE True -- cgit