aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/src
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-06 13:09:26 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-06 13:09:26 -0500
commit9be229b6d7bdd41ced5ada2e2b2e7355020bd0b9 (patch)
tree679898a7ede4eb21a2988a78d0c5270257df03a8 /plugins/ObjectCacheServer/src
parentcb61c5b3dbf48e5eb5218b0e8af5316d06e636f9 (diff)
initial migration to .net 8.0
Diffstat (limited to 'plugins/ObjectCacheServer/src')
-rw-r--r--plugins/ObjectCacheServer/src/ObjectCacheServer.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj b/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
index 2a64070..c903511 100644
--- a/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
+++ b/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<RootNamespace>VNLib.Data.Caching.ObjectCache.Server</RootNamespace>
<AssemblyName>ObjectCacheServer</AssemblyName>
<Nullable>enable</Nullable>
@@ -17,7 +17,7 @@
<Product>VNLib.Data.Caching.ObjectCache.Server</Product>
<PackageId>VNLib.Data.Caching.ObjectCache.Server</PackageId>
<Description>An Essentials framework plugin for implementing a distributed in-memory data caching server disoverable in cache brokers. It provides automatic live replication between cache server nodes.</Description>
- <Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
+ <Copyright>Copyright © 2024 Vaughn Nugent</Copyright>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/VNLib.Data.Caching</PackageProjectUrl>
<RepositoryUrl>https://github.com/VnUgE/VNLib.Data.Caching/tree/master/plugins/ObjectCacheServer</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>