aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Rest.Client
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-01-12 17:47:29 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-01-12 17:47:29 -0500
commit0dcecff0f51bdb51b070c05255fbcd9338ab11f2 (patch)
tree4ed7ed2ba544d7466fe8a3e700e0f49b95cd0efc /lib/Net.Rest.Client
parent18e0e1cf14468132728a4cf629be4b8f36f4b056 (diff)
Large project reorder and consolidation
Diffstat (limited to 'lib/Net.Rest.Client')
-rw-r--r--lib/Net.Rest.Client/build.readme.md0
-rw-r--r--lib/Net.Rest.Client/src/ClientContract.cs3
-rw-r--r--lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj2
3 files changed, 3 insertions, 2 deletions
diff --git a/lib/Net.Rest.Client/build.readme.md b/lib/Net.Rest.Client/build.readme.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/Net.Rest.Client/build.readme.md
diff --git a/lib/Net.Rest.Client/src/ClientContract.cs b/lib/Net.Rest.Client/src/ClientContract.cs
index 0c61f8c..02b60ff 100644
--- a/lib/Net.Rest.Client/src/ClientContract.cs
+++ b/lib/Net.Rest.Client/src/ClientContract.cs
@@ -23,8 +23,9 @@
*/
using RestSharp;
-using VNLib.Utils.Memory.Caching;
+
using VNLib.Utils.Resources;
+using VNLib.Utils.Memory.Caching;
namespace VNLib.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 d41558d..42cc536 100644
--- a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
+++ b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
@@ -30,7 +30,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="RestSharp" Version="108.0.2" />
+ <PackageReference Include="RestSharp" Version="108.0.3" />
</ItemGroup>
<ItemGroup>