From 9be229b6d7bdd41ced5ada2e2b2e7355020bd0b9 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 6 Jan 2024 13:09:26 -0500 Subject: initial migration to .net 8.0 --- plugins/ObjectCacheServer/src/ObjectCacheServer.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ObjectCacheServer/src/ObjectCacheServer.csproj') 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 @@ - net6.0 + net8.0 VNLib.Data.Caching.ObjectCache.Server ObjectCacheServer enable @@ -17,7 +17,7 @@ VNLib.Data.Caching.ObjectCache.Server VNLib.Data.Caching.ObjectCache.Server 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. - Copyright © 2023 Vaughn Nugent + Copyright © 2024 Vaughn Nugent https://www.vaughnnugent.com/resources/software/modules/VNLib.Data.Caching https://github.com/VnUgE/VNLib.Data.Caching/tree/master/plugins/ObjectCacheServer README.md -- cgit