aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Http/src
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-06 13:09:21 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-06 13:09:21 -0500
commit86c0532edc0042b26dda5f1ca41abdf80db46414 (patch)
treed415be3b7fcf06577e76ee8ff22a3c76c9b65387 /lib/Net.Http/src
parentc7cbe768eb153efd61568178b3b9d0b4f50e20a7 (diff)
initial migration to .net 8.0
Diffstat (limited to 'lib/Net.Http/src')
-rw-r--r--lib/Net.Http/src/VNLib.Net.Http.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net.Http/src/VNLib.Net.Http.csproj b/lib/Net.Http/src/VNLib.Net.Http.csproj
index ea0bdb7..43224fe 100644
--- a/lib/Net.Http/src/VNLib.Net.Http.csproj
+++ b/lib/Net.Http/src/VNLib.Net.Http.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<RootNamespace>VNLib.Net.Http</RootNamespace>
<AssemblyName>VNLib.Net.Http</AssemblyName>
<NeutralLanguage>en-US</NeutralLanguage>
@@ -17,7 +17,7 @@
<Company>Vaughn Nugent</Company>
<Product>VNLib HTTP Library</Product>
<Description>Provides a high performance HTTP 0.9-1.1 application processing layer for handling transport *agnostic connections and asynchronous event support for applications serving HTTP requests such as web content. This library has a large focus on low/no GC allocations using unmanaged memory support provided by the VNLib.Utils library. No external dependencies outside of the VNLib ecosystem are required. The VNLib.Plugins and VNLib.Plugins.Essentials libraries are highly recommended for serving web content.</Description>
- <Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
+ <Copyright>Copyright © 2024 Vaughn Nugent</Copyright>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/VNLib.Core</PackageProjectUrl>
<RepositoryUrl>https://github.com/VnUgE/VNLib.Core/tree/main/lib/Net.Http</RepositoryUrl>
<PackageReadmeFile>readme.md</PackageReadmeFile>