aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj')
-rw-r--r--lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj3
1 files changed, 2 insertions, 1 deletions
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 d25a307..b6b2bd5 100644
--- a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
+++ b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
+ <Nullable>enable</Nullable>
<AssemblyName>VNLib.Net.Rest.Client</AssemblyName>
<RootNamespace>VNLib.Net.Rest.Client</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
@@ -41,7 +42,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="RestSharp" Version="109.0.1" />
+ <PackageReference Include="RestSharp" Version="110.2.0" />
</ItemGroup>
<ItemGroup>